.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Captain ALM 2022-07-28 01:08:25 +01:00
parent 76cbb19317
commit ed254b47c6
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

@ -57,9 +57,10 @@ main{
max-height: 0; max-height: 0;
} }
.so-pane > *{ .so-pane > *{
vertical-align: middle;
font-size: 16px; font-size: 16px;
text-align: left; text-align: left;
padding: 0 1px; padding: 0 2px;
} }
.so-pane > label{ .so-pane > label{
background-color: transparent; background-color: transparent;
@ -117,11 +118,10 @@ main{
position: fixed; position: fixed;
top: 85px; top: 85px;
max-height: 24px; max-height: 24px;
width: 360px; width: 400px;
height: 24px; height: 24px;
padding: 4px; padding: 4px;
text-align: center; text-align: center;
vertical-align: middle;
border-style: solid; border-style: solid;
border-width: 2px; border-width: 2px;
} }