This commit is contained in:
2026-05-29 15:29:38 +02:00
parent 9db31d4b8c
commit 79efee0979
3 changed files with 16 additions and 8 deletions
+3 -3
View File
@@ -69,12 +69,12 @@ CSS für die Suchergebnis-Seite
.s-res-filter-option input[type="radio"] {
margin: 0;
accent-color: #3182ce; /* Moderne Färbung des Radio-Buttons */
accent-color: #3182ce;
}
/* --- HAUPTINHALT (ERGEBNISSE) --- */
.s-res-main-content {
min-width: 0; /* Verhindert das Ausbrechen von Flex-Elementen */
min-width: 0;
}
.s-res-header {
@@ -164,7 +164,7 @@ CSS für die Suchergebnis-Seite
transform: translateX(3px);
}
/* --- ERGEBNISSE PRO SEITE & PAGINIERUNG --- */
/* ERGEBNISSE PRO SEITE & PAGINIERUNG */
.s-res-pagination-footer {
display: flex;
justify-content: space-between;