remove unused css

`scroll-container`, `is-fullwidth-label`, `is-block`, and `strike-through` were all removed in 116ca29,
`fa-download` was removed in 3ee687f61
This commit is contained in:
Cucumberrbob 2025-06-07 18:11:16 +01:00
parent aa512d1a33
commit 08c1750def
No known key found for this signature in database
GPG key ID: 2B935C47401C3614
2 changed files with 0 additions and 23 deletions

View file

@ -3,21 +3,6 @@
width: 24em;
}
.scroll-container {
width: 100%;
overflow-x: auto;
overflow-y: auto;
max-height: 603px;
}
.is-fullwidth-label {
width: 100%;
}
.is-block {
display: block;
}
.separator {
display: flex;
align-items: center;
@ -42,7 +27,3 @@
.separator:not(:empty)::after {
margin-left: 0.25em;
}
.strike-through {
text-decoration: line-through;
}

View file

@ -8,10 +8,6 @@ table {
}
}
.fa-download {
margin-left: 12px;
}
.flex-container {
display: flex;
flex: 1 1 0;