mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
refactor: update index.css
This commit is contained in:
parent
9180ff6512
commit
730ab8641b
@ -20,17 +20,18 @@
|
||||
}
|
||||
|
||||
::-webkit-scrollbar:vertical {
|
||||
width: 0px;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar:horizontal {
|
||||
height: 0px;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
@media (width >= 640px) {
|
||||
::-webkit-scrollbar-thumb {
|
||||
@apply rounded-box bg-primary;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar:vertical {
|
||||
width: 6px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user