chore: code format

This commit is contained in:
xiaojunnuo
2025-06-29 14:09:09 +08:00
parent 04422a4637
commit 4fcfd089d8
644 changed files with 10845 additions and 13184 deletions
@@ -5,14 +5,14 @@
::-webkit-scrollbar-track {
width: 8px;
background: rgba(#101F1C, 0.1);
background: rgba(#101f1c, 0.1);
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
}
::-webkit-scrollbar-thumb {
// background-color: rgba(#101F1C, 0.5);
// background-color: rgba(#101F1C, 0.5);
background-clip: padding-box;
min-height: 28px;
-webkit-border-radius: 2em;
@@ -23,6 +23,5 @@
}
::-webkit-scrollbar-thumb:hover {
//background-color: rgba(#101F1C, 1);
}