Improve button layout in DirectoryView and use Switches

This commit is contained in:
Johannes Zellner
2025-03-03 11:34:45 +01:00
parent ef0a9a4a1e
commit 87a222748f
4 changed files with 29 additions and 26 deletions

View File

@@ -154,6 +154,12 @@ h1.section-header {
margin-top: 20px;
}
.section-button-bar {
display: flex;
gap: 10px;
flex-direction: row-reverse;
}
/* info table label:value in Sections */
.info-row {
display: flex;