Fix settings style

This commit is contained in:
the1812 2019-09-14 17:03:30 +08:00
parent 5eb2e0924b
commit 8c0e91cd11
11 changed files with 27 additions and 18 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

@ -59,7 +59,7 @@
"full-page-title.min.js": "D761A0C4A8B0A25CC0A23A10C495C2A5E6028BC19C6460C8ABB8D4B0B855E748",
"full-tweets-title.min.css": "13A0CF1C96F374CED3FA59A532E28B4B620D7A4C374385A363F32AD1A7656764",
"full-tweets-title.min.js": "DD57BB732ABEF7739CA84AEFF97E86F8984FCC4A8A75B957213622350B2A7C37",
"gui-settings.min.css": "A21A378B3C813B2C74B3743D3794A98C0443D2595002F0219BF245FF21F294DC",
"gui-settings.min.css": "91CD563A76849D8C03EF5CE8F621E0D1AC57E01B629B0A1BA7C46874A26D7214",
"gui-settings.min.html": "814EF4A1B6298256B4BDF362D079CA31322DBA8AC118C99E0AA0CD9CAABE11B8",
"gui-settings.min.js": "919485FA287E0A91D7CD778924C527219AB703A3042CE31D6C597047879EF107",
"haruna-scale.min.js": "7B0F89A664B6A3D0BE21F7501660058DE3DC0881A81FCDA44B9F3C31BBD73D30",
@ -73,7 +73,7 @@
"i18n.de-DE.min.js": "5BDAC5F0493F447A98B4D308817B21AB2787BEF9E3929EA37F0D2ACD3D879337",
"i18n.en-US.min.js": "9DF9263CB0D4CA8FDB17A75F6ECA0D48F8B34540947C70C4FEA0403613DD1C43",
"i18n.ja-JP.min.js": "9D924D58A6CD265EB95DA29B7E64885CD74089EC14A07C36CF3EAF42C8BEE33B",
"i18n.min.css": "6B6A1C2F3E222CF1B686BF94F939B494471C979CC6A5F53CFBAC2F4E32048DD4",
"i18n.min.css": "026E95EA1D40DFA4F9B407B6F1BEFD85B2D0C90569ECE948290FB329424919C8",
"i18n.min.js": "7FCB933FD43C05A152B672D4BD721F3ECEBA6AD29648379947DAAFC403907B38",
"i18n.zh-TW.min.js": "803F67270809E3258E2B302ADE542B12EF222C83EDC67FB8C68301C5F4E3A1CC",
"icon.vue.min.js": "CE58414705A3B895ED015EA6CF3DD4FD3FC1FD30C20D5A19078CA3CB8D35ED89",

Binary file not shown.

File diff suppressed because one or more lines are too long

2
min/i18n.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -20,4 +20,8 @@
transform: translateX(0);
}
}
.gui-settings-tooltip {
right: 440px;
left: unset;
}
}

View File

@ -176,6 +176,9 @@
&.disabled div {
opacity: 0.5;
}
& input[key="filenameFormat"] {
max-width: 500px;
}
}
.gui-settings-dropdown-span {
margin: 0 16px;
@ -433,9 +436,6 @@ li.category.folded i.icon-arrow {
&[key="defaultVideoSpeed"] {
max-width: 50px;
}
&[key="filenameFormat"] {
max-width: 500px;
}
}
}
.gui-settings-mask {
@ -627,4 +627,4 @@ body.round-corner {
border-radius: var(--corner-radius);
}
}
@import "_gui-settings-dock"
@import "_gui-settings-dock";

View File

@ -217,6 +217,11 @@
{
left: 470px !important;
}
.gui-settings-dock-right .gui-settings-tooltip
{
left: unset !important;
right: 470px !important;
}
.bb-comment .comment-send .comment-submit,
.comment-bilibili-fold .comment-send .comment-submit
{