Files
clan-core/pkgs/clan-vm-manager/clan_vm_manager/style.css
Johannes Kirschbauer 3c018e30bd add search bar
2024-01-21 12:13:15 +01:00

39 lines
517 B
CSS

/* Insert custom styles here */
navigation-view {
padding: 5px;
/* padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px; */
}
avatar {
margin: 2px;
}
.trust {
padding-top: 25px;
padding-bottom: 25px;
}
.vm-list {
margin-top: 25px;
margin-bottom: 25px;
}
.no-shadow {
box-shadow: none;
}
.search-entry {
margin-bottom: 12px;
}
searchbar {
margin-bottom: 25px;
}
/* TODO: Disable shadow for empty lists */
/* list:empty {
box-shadow: none;
} */