some initial cleanup

This commit is contained in:
Henry Jameson 2026-06-08 02:13:07 +03:00
commit 4da16acc27
6 changed files with 324 additions and 248 deletions

View file

@ -36,6 +36,38 @@
margin-top: 0.75em;
}
.toolbar {
display: flex;
flex-wrap: wrap;
gap: 0.5em;
align-items: end;
.header-buttons {
display: flex;
flex: 1 0 auto;
justify-content: end;
align-items: end;
&:not(.btn-group) {
gap: 0.5em;
}
.header-text {
flex: 1 0 auto;
}
}
.button-default {
flex: 0 0 auto;
padding: 0.5em;
font-size: 1rem;
}
.popover-wrapper {
display: flex;
}
}
p {
line-height: 1.5;
margin-left: 2em;