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

This commit is contained in:
Captain ALM 2022-07-29 21:44:21 +01:00
parent c43cc47aed
commit 8551f62d03
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

@ -90,6 +90,8 @@ main{
caption-side: bottom; caption-side: bottom;
} }
.so-pane > form > div > * > *{ .so-pane > form > div > * > *{
max-width: 100%;
width: 100%;
vertical-align: middle; vertical-align: middle;
font-size: 16px; font-size: 16px;
-webkit-border-radius: 5px; -webkit-border-radius: 5px;
@ -158,8 +160,7 @@ main{
top: 85px; top: 85px;
left: 136px; left: 136px;
max-height: 100%; max-height: 100%;
max-width: 100%; width: 220px;
width: auto;
height: auto; height: auto;
-webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px; -webkit-border-bottom-right-radius: 8px;