Updated styling for the configuration page

This commit is contained in:
2026-02-16 17:47:26 -07:00
parent 462a2beea1
commit 9348b33ed6
2 changed files with 73 additions and 46 deletions

View File

@@ -1,3 +1,19 @@
.content-primary > * {
box-sizing: border-box;
}
.inlineContainer {
display: inline-flex;
margin-bottom: 1.8em;
flex-direction: column;
/* Would be nice to figure out why 50% doesn't work. */
width: 49%;
}
.inlineContainer > * {
padding: 0 0.5rem;
}
table {
border: 1px solid;
border-collapse: collapse;
@@ -33,10 +49,15 @@ td, th {
.validation {
border: 1px solid;
border-radius: 0.25rem;
margin-top: 1rem;
padding: 1rem;
opacity: 1;
}
.max-width{
width: 100%;
}
.medium-width {
width: 50%;
}