template fixes + bug fixes + style fixes

This commit is contained in:
Dennis Eichhorn 2024-04-02 21:40:48 +00:00
parent e52cc668fe
commit a4543f904a
3 changed files with 3 additions and 1 deletions

View File

@ -73,6 +73,7 @@ div.sticky, section.sticky {
flex: 0 0 100%;
display: inline-flex;
align-items: center;
padding-bottom: 5px;
&> i {
margin-right: .5rem;

File diff suppressed because one or more lines are too long

View File

@ -167,6 +167,7 @@ table {
position: sticky;
top: 0;
z-index: 2;
background: var(--thead-bg);
& > * {
vertical-align : middle;