样式调整

This commit is contained in:
fofolee 2020-07-19 01:13:13 +08:00
parent e771a34fb3
commit 3cffa4fdb7

View File

@ -260,20 +260,24 @@ body {
background: #ff3b4e; background: #ff3b4e;
} }
#options #customize .bottom { #options #customize .bottom,
#out .bottom {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: 30px; left: 30px;
right: 30px; right: 30px;
} }
#out .bottom {
white-space: normal;
}
#options .footBtn { #options .footBtn {
float: right; float: right;
background: #00af2c; background: #00af2c;
border-radius: 4px; border-radius: 4px;
color: white; color: white;
padding: 2px 10px; padding: 2px 5px;
margin: 0px 5px; margin: 0px 5px;
cursor: pointer; cursor: pointer;
} }
@ -798,7 +802,7 @@ li.CodeMirror-hint {
} }
#quickselect .select2-results__option .icon>img { #quickselect .select2-results__option .icon>img {
max-width: 40px; max-width: 35px;
} }
#quickselect .select2-results__option--highlighted { #quickselect .select2-results__option--highlighted {