search-results -> Likes-Sortierung

This commit is contained in:
2026-06-17 13:23:39 +02:00
parent cb44c3f5a8
commit 4a6a3cf708
3 changed files with 36 additions and 14 deletions
+11
View File
@@ -247,6 +247,17 @@ CSS für die Suchergebnis-Seite
cursor: not-allowed;
}
.s-res-meta-row {
display: flex;
gap: 15px;
align-items: center;
}
.s-res-likes {
font-size: 0.9em;
color: #475569;
}
/* Responsive Anpassungen unter 760px (für z.B. Smartphones) */
@media (max-width: 768px) {
.s-res-layout-grid {