dashboard: add initial version of app list view

This commit is contained in:
Johannes Zellner
2024-04-06 12:30:44 +02:00
parent 9e05a4eab7
commit d6f162a8ca
3 changed files with 69 additions and 1 deletions

View File

@@ -357,6 +357,26 @@ textarea {
// Apps view
// ----------------------------
.app-list {
width: 100%;
margin-top: 20px !important;
.app-list-item {
.app-list-item-icon {
height: 32px;
}
.app-list-app-link {
display: block;
color: $text-dark;
&:hover {
text-decoration: none;
}
}
}
}
.app-grid {
display: flex;
flex-wrap: wrap;