Update main.css
This commit is contained in:
+4
-15
@@ -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;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user