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

This commit is contained in:
Captain ALM 2022-07-26 18:00:40 +01:00
parent 6bae274759
commit f6711bd7f3
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
2 changed files with 13 additions and 1 deletions

View File

@ -127,6 +127,17 @@ main{
.item-table-360{
display: none;
}
.item-table-span{
position: absolute;
left: 0;
}
.item-table-dummy{
display: table-cell;
vertical-align: top;
border-color: transparent;
background-color: transparent;
box-sizing: inherit;
}
@media (min-width: 480px){
.main-table > div > div > div{
margin: 5px;

View File

@ -79,7 +79,8 @@
</div>
</div>
<div>
<div class="item-table-full">
<div class="item-table-dummy"></div>
<div class="item-table-full item-table-span">
<div class="padded-2px">{{ .GetContent }}</div>
</div>
</div>