mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Show contact links on dock right (fix #1929)
This commit is contained in:
parent
affe3226fa
commit
f057c2e45c
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
@ -132,7 +132,7 @@
|
||||
"full-tweets-title.min.js": "5A32D349D6DDD4F1DE73175D9A0AFE520B316F73A852B2BBE6A0436C8D8CBBB2",
|
||||
"gbk.min.js": "0EDFCB94F519365A8CCA9BF3AECE57DC6DB273EF3F41545095B8F03625782F0D",
|
||||
"get-number.min.js": "E644267B8A2DCEF2577BB9270F5C738BCE89C1C128071EBD3645903A930E08E0",
|
||||
"gui-settings.min.css": "8EBAFAE1BF687CF464AE789EF736A5E257EB7D1ECE5DE358A37F9C7E1840E229",
|
||||
"gui-settings.min.css": "1B1D6F4FFE7E3FEB26CB0FD5F19A3EF2F6C9AD7356F2D56660E75DE1061DE201",
|
||||
"gui-settings.min.html": "ED34D4DF52333541FDF96C47091924E6016655E8DF82D75871E3B99D70F46AC5",
|
||||
"gui-settings.min.js": "3AF95BAF62666E0C2FE990FB6F15A3A4B459F42F49E04FFF06848CFFEC350B12",
|
||||
"haruna-scale.min.js": "2410662D47006D2AC49FE43DEB85F8D2C1B6F6D353DD767C2F11F7802A81F605",
|
||||
|
||||
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
@ -1,3 +1,8 @@
|
||||
body:not(.gui-settings-dock-right) {
|
||||
.contact-help {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
.gui-settings-dock-right {
|
||||
.gui-settings-icon-panel {
|
||||
right: 0;
|
||||
|
||||
@ -449,7 +449,6 @@ input[type="text"][key] {
|
||||
margin: 0 16px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.contact-help,
|
||||
.hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user