mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Improve styles
This commit is contained in:
parent
e8ac2fec35
commit
371c5ca01f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -119,7 +119,7 @@
|
||||
"full-tweets-title.min.js": "DD57BB732ABEF7739CA84AEFF97E86F8984FCC4A8A75B957213622350B2A7C37",
|
||||
"gbk.min.js": "872D7A4562F13A539C4A9AF1825DE89E610C775F1AD026EA6986A80DD74E4B53",
|
||||
"get-number.min.js": "7B81A45D0F7D7F68CC6EDE25E02FCD76F8A05B2CF29274F94A99980BB23D8B76",
|
||||
"gui-settings.min.css": "00D5D4620C32AC46DA5311C44F4C77A908271EB507D1F1E85E2FEE590EB7BA1B",
|
||||
"gui-settings.min.css": "3C3204187CFD62E4570D1F1582A7104256A039100956BE7BD141399D44BA12B1",
|
||||
"gui-settings.min.html": "D223BF882657CA6DE6B1D637687D2EB4F1ABC201423505C92C015C6FCF426FF1",
|
||||
"gui-settings.min.js": "71BAC55666E24A60DE834AC09A135908C549870DA2B51549CD1C95A8C7A8FFBC",
|
||||
"haruna-scale.min.js": "FD079C86741F614FD63E733CF9B7B896A7D20110754815A540F3341D4DC252B2",
|
||||
|
||||
BIN
min/bundle.zip
BIN
min/bundle.zip
Binary file not shown.
2
min/gui-settings.min.css
vendored
2
min/gui-settings.min.css
vendored
File diff suppressed because one or more lines are too long
@ -748,12 +748,12 @@ body.round-corner {
|
||||
|
||||
html.elegant-scrollbar {
|
||||
::-webkit-scrollbar {
|
||||
width: 5px !important;
|
||||
height: 5px !important;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
}
|
||||
::-webkit-scrollbar-corner,
|
||||
::-webkit-scrollbar-track {
|
||||
background: transparent !important;
|
||||
background: transparent;
|
||||
}
|
||||
::-webkit-resizer,
|
||||
::-webkit-scrollbar-thumb {
|
||||
@ -765,7 +765,7 @@ html.elegant-scrollbar {
|
||||
}
|
||||
* {
|
||||
scrollbar-color: #aaa transparent;
|
||||
scrollbar-width: thin !important;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
}
|
||||
.bilibili-player-dm-tip-wrap {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user