css fixes

This commit is contained in:
2025-06-21 14:03:39 +01:00
parent 968a4cb442
commit da447939bb
7 changed files with 149 additions and 151 deletions

View File

@@ -29,26 +29,6 @@ ul#toaster-specs li {
border: 2px solid var(--secondary-background-color);
}
.flex-col {
display: flex;
flex-direction: column;
gap: 1rem;
}
.flex-row {
display: flex;
flex-direction: row;
gap: 1rem;
}
.no-sect {
backdrop-filter: none;
border: none;
border-radius: 0;
padding: 0;
box-sizing: border-box;
}
.fill-height {
height: 100%;
}