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; }
}
/* --- FIX FÜR NUTZERPROFILE (null-Werte verstecken) --- */
.PreviewView .members[data-count="null"],
.PreviewView .members:empty {
.memberCount.hidden,
.topic.hidden {
display: none !important;
}
.PreviewView .topic:empty,
.PreviewView .topic:contains("null") {
.memberCount:has(p:empty),
.topic:empty {
display: none !important;
}
.PreviewView p:empty,
.PreviewView span:empty {
display: none !important;
}
.PreviewView h2 + p {
margin-bottom: 0 !important;
}