Fix mobile topbar overflow: drop the redundant channel avatar and tighten spacing

This commit is contained in:
Jean Chevronnet 2026-07-10 08:13:30 +00:00
parent 937a9dc38c
commit ad05f3e470
No known key found for this signature in database

View file

@ -1639,9 +1639,10 @@ html[data-density="compact"] .sysline { padding-top: .06rem; padding-bottom: .06
/* Topbar: tighter, and drop the channel-mode chip (advanced info) so the
title/topic and the online pill always fit. */
.topbar { padding: .55rem .7rem; gap: .5rem; min-height: 56px; }
.topbar { padding: .55rem .6rem; gap: .35rem; min-height: 56px; }
.topbar__modes { display: none; }
.topbar__setby { display: none; }
.topbar__av { display: none; } /* the title already names the channel */
.topbar__title { font-size: 1rem; }
.topbar__pill { cursor: pointer; }