mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Optimized sidebar cursor effect on touch screens.
This commit is contained in:
@@ -117,11 +117,16 @@ body {
|
||||
height: 26px;
|
||||
background: #fcfcfc;;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@media (hover: hover) {
|
||||
#sidebar ul>li:last-child::after {
|
||||
-webkit-transition: top .5s ease;
|
||||
-moz-transition: top .5s ease;
|
||||
-o-transition: top .5s ease;
|
||||
transition: top .5s ease;
|
||||
}
|
||||
}
|
||||
|
||||
#nav-wrap {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user