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

This commit is contained in:
Captain ALM 2022-07-29 20:22:07 +01:00
parent 1202008f45
commit 33b13387f9
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

@ -78,6 +78,10 @@ main{
text-align: center;
vertical-align: middle;
}
.so-pane-full{
max-width: 100%;
width: 100%;
}
.so-pane > div > div > *{
max-width: 100%;
width: 100%;
@ -86,11 +90,8 @@ main{
text-align: left;
}
.so-pane > div > div > label{
max-width: 100%;
width: 100%;
vertical-align: middle;
font-size: 16px;
text-align: left;
background-color: transparent;
text-align: center;
}
.nav-menu, .sort-menu{
display: none;
@ -151,6 +152,12 @@ main{
text-align: center;
border-style: solid;
border-width: 2px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.main-box > div, footer > p{
max-width: 100%;