Files
clan-core/pkgs/clan-vm-manager/clan_vm_manager/style.css
Johannes Kirschbauer d0b075c217 add join to list
2024-01-20 13:18:43 +01:00

31 lines
431 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;
}
/* TODO: Disable shadow for empty lists */
/* list:empty {
box-shadow: none;
} */