Irgendwie funktioniert es nicht, wenn ich CSS zum mobilen Bereich hinzufüge, bin mir nicht sicher, ob ich es richtig mache.
.topic .post-avatar .avatar-flair,
.topic .avatar-flair {
display: none !important;
}
Irgendwie funktioniert es nicht, wenn ich CSS zum mobilen Bereich hinzufüge, bin mir nicht sicher, ob ich es richtig mache.
.topic .post-avatar .avatar-flair,
.topic .avatar-flair {
display: none !important;
}
funktioniert das, wenn man es in den gemeinsamen CSS-Tab einfügt?
@include viewport.until(md) {
.topic-avatar .avatar-flair {
display: none;
}
}