Better mobile list view and display app task progress

This commit is contained in:
Johannes Zellner
2024-04-06 16:12:08 +02:00
parent 86edabee4d
commit 24c8fca971
2 changed files with 30 additions and 11 deletions
+16
View File
@@ -66,6 +66,12 @@ h1, h2, h3, h4, h5, h6,
font-weight: 400;
}
.hide-mobile {
@media(max-width:767px) {
display: none;
}
}
.table-hover > tbody > tr:hover {
background-color: $body-bg;
}
@@ -106,6 +112,7 @@ h1, h2, h3, h4, h5, h6,
white-space: nowrap;
overflow: hidden;
max-width: 300px;
vertical-align: middle !important;
}
.wrap-table-cell {
@@ -390,6 +397,11 @@ textarea {
text-decoration: none;
}
}
.app-list-item-progress {
height: 5px;
margin: 0 8px;
}
}
}
@@ -1125,6 +1137,10 @@ multiselect {
margin-bottom: 15px;
padding: 10px 15px;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
@media(max-width:767px) {
padding: 0;
}
}
.card-small {