Hi,
Ist das Absicht, daß die versteckt sind?
Ja. Es ist auch noch einiges mehr ausgeblendet. Es war das Ziel, den Threadbaum schmaler zu machen.
Das Ziel ist mir klar. Aber für mich (YMMV) ist die Information wichtig.
.root .thread header .votes, .root .thread header .num-infos, .root .thread header .details > a, .root .thread header .details > .cf-tags-list, .root .thread-forum-plate { display: none; }
heißt die entsprechende Regel.
Danke.
habe jetzt mein UserCSS ergänzt:
@media only screen and (max-width: 40em) {
.root .thread-forum-plate {
display: inline-block !important;
font-size:1px !important;
width:0.6rem !important;
}
.root .thread-forum-plate::first-letter {
font-size:1rem !important;
}
}
so wird's mobil angezeigt - aber nur das 1. Zeichen (reicht, um die für mich sichtbaren Foren zu unterscheiden). Auf dem PC wird's normal angezeigt.
cu,
Andreas a/k/a MudGuard