Fix liquid dashboard on mobile view

This commit is contained in:
natsoni 2024-02-22 14:43:19 +01:00
parent ec21b3d06f
commit 1cdbde680c
No known key found for this signature in database
GPG Key ID: C65917583181743B
3 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<div [ngClass]="{'widget': widget}">
<div [ngClass]="{'widget': widget, 'extra-margin-right': widget}">
<div class="clearfix"></div>

View File

@ -4,6 +4,12 @@
margin-top: 13px;
}
.extra-margin-right {
@media (max-width: 380px) {
margin-left: -10px;
}
}
tr, td, th {
border: 0px;
padding-top: 0.65rem;

View File

@ -427,6 +427,7 @@
.card-title-liquid {
padding-top: 20px;
margin-left: 10px;
}
.in-progress-message {