Update main.css

This commit is contained in:
Dome
2026-04-08 16:29:05 +02:00
committed by GitHub
parent 52ab5aca3b
commit cdbb541fde
+4 -15
View File
@@ -212,23 +212,12 @@ input[type='text'].large {
h1 { font-size: 1.5rem; } h1 { font-size: 1.5rem; }
} }
/* --- FIX FÜR NUTZERPROFILE (null-Werte verstecken) --- */ .memberCount.hidden,
.topic.hidden {
.PreviewView .members[data-count="null"],
.PreviewView .members:empty {
display: none !important; display: none !important;
} }
.PreviewView .topic:empty, .memberCount:has(p:empty),
.PreviewView .topic:contains("null") { .topic:empty {
display: none !important; display: none !important;
} }
.PreviewView p:empty,
.PreviewView span:empty {
display: none !important;
}
.PreviewView h2 + p {
margin-bottom: 0 !important;
}