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

This commit is contained in:
Captain ALM 2022-07-29 18:56:46 +01:00
parent 4a483ba864
commit 2eb58258a2
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

@ -163,7 +163,8 @@ main{
display: table-row; display: table-row;
background-color: transparent; background-color: transparent;
box-sizing: inherit; box-sizing: inherit;
max-width: 100% width: 100%;
max-width: 100%;
} }
.flex-row, .item-table > div{ .flex-row, .item-table > div{
display: -webkit-box; display: -webkit-box;
@ -183,6 +184,8 @@ main{
flex-wrap: wrap; flex-wrap: wrap;
-webkit-justify-content: center; -webkit-justify-content: center;
justify-content: center; justify-content: center;
width: 100%;
max-width: 100%;
} }
.item-table > div > div > div{ .item-table > div > div > div{
padding: 2px; padding: 2px;
@ -254,4 +257,12 @@ main{
.hmb{ .hmb{
display: none; display: none;
} }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.item-table-full, .item-table-360 {
display: block !important;
}
.item-table-caption{
display: block !important;
}
} }