Mobile: New alert info width fix (#63)

This commit is contained in:
chapoi
2025-03-19 17:01:43 +08:00
committed by GitHub
parent efc3dd5475
commit b6db617017
+4 -1
View File
@@ -89,8 +89,10 @@ body:not(.has-full-page-chat) {
}
}
.list-container {
#list-area {
.show-more.has-topics {
@include breakpoint(medium, $rule: min-width) {
width: auto;
right: 50%;
transform: translateX(50%);
@@ -100,6 +102,7 @@ body:not(.has-full-page-chat) {
font-size: var(--font-down-1-rem);
}
}
}
.topic-list-body {
padding-top: var(--spacing-block-m);
}