Show contact links on dock right (fix #1929)

This commit is contained in:
the1812 2021-08-21 23:25:13 +08:00
parent affe3226fa
commit f057c2e45c
9 changed files with 13 additions and 9 deletions

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

View File

@ -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",

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -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;

View File

@ -449,7 +449,6 @@ input[type="text"][key] {
margin: 0 16px;
font-size: 16px;
}
.contact-help,
.hidden {
display: none !important;
}