Remove speech archive categories

This commit is contained in:
Loyyd 2026-06-11 19:46:55 +02:00
parent 1cce3ddc89
commit e0a79bf5ef
2 changed files with 7 additions and 31 deletions

View file

@ -30,7 +30,7 @@ body.custom-background { background-color: #ffffff; }
.speech-filters {
display: grid;
grid-template-columns: minmax(240px, 2fr) repeat(3, minmax(150px, 1fr)) auto;
grid-template-columns: minmax(240px, 2fr) repeat(2, minmax(150px, 1fr)) auto;
gap: 12px;
align-items: end;
margin: 0 0 18px;
@ -100,18 +100,16 @@ body.custom-background { background-color: #ffffff; }
}
.speech-result p {
margin: 0 0 10px;
margin: 0;
}
.speech-result-meta,
.speech-result-categories {
.speech-result-meta {
display: flex;
flex-wrap: wrap;
gap: 6px;
}
.speech-result-meta span,
.speech-result-categories span {
.speech-result-meta span {
display: inline-flex;
align-items: center;
min-height: 22px;