mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 02:21:37 +01:00
reset: scroll-bar: set only on devices > 768px
default style to others
This commit is contained in:
parent
0e9ca244dc
commit
2b7d2dd493
@ -113,11 +113,6 @@ img {
|
|||||||
max-width: 100%
|
max-width: 100%
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
|
||||||
width: 10px;
|
|
||||||
height: 6px
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
background: var(--theme)
|
background: var(--theme)
|
||||||
}
|
}
|
||||||
@ -135,9 +130,9 @@ img {
|
|||||||
background: var(--secondary)
|
background: var(--secondary)
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width:800px) {
|
@media screen and (min-width:768px) {
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 8px;
|
width: 10px;
|
||||||
height: 2px
|
height: 6px
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user