Some visual improvements to the list view

This commit is contained in:
Johannes Zellner
2024-04-06 15:47:46 +02:00
parent d6f162a8ca
commit 86edabee4d
2 changed files with 22 additions and 3 deletions

View File

@@ -366,9 +366,25 @@ textarea {
height: 32px;
}
.app-list-app-link-cell {
padding: 0;
}
.app-list-item-fqdn {
visibility: hidden;
color: $text-muted;
margin-left: 20px;
font-size: 12px;
}
&:hover .app-list-item-fqdn {
visibility: visible;
}
.app-list-app-link {
display: block;
color: $text-dark;
padding: 8px;
&:hover {
text-decoration: none;