Fix bugs in gui settings style

This commit is contained in:
the1812 2019-04-06 15:54:55 +08:00
parent 28e681fc37
commit d0333b7cdf
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -128,7 +128,7 @@
.gui-settings-search[type=text]
{
flex: 1 0 auto;
height: 100%;
height: auto;
border: none;
padding: 6px;
font-size: 12pt;
@ -168,7 +168,7 @@
{
border: none;
height: 100%;
max-width: 80px;
max-width: 90px;
padding: 4px 8px;
background: #8884;
transition: all 0.2s;