UX: fix topic map padding in low-content situations (#30101)

This commit is contained in:
Kris 2024-12-04 09:39:14 -05:00 committed by GitHub
parent 3ddb1cfbad
commit 5c2e05cf5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,7 @@ body:not(.archetype-private_message) {
var(--topic-avatar-width) + var(--topic-body-width) +
(var(--topic-body-width-padding) * 2)
);
padding-block: 0.5em;
@include breakpoint(mobile-large) {
font-size: var(--font-down-1);
@ -91,7 +92,6 @@ body:not(.archetype-private_message) {
}
&__contents {
padding-block: 0.5em;
flex-grow: 1;
.number {