Mobile: New alert info width fix (#63)
This commit is contained in:
+4
-1
@@ -89,8 +89,10 @@ body:not(.has-full-page-chat) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-container {
|
#list-area {
|
||||||
.show-more.has-topics {
|
.show-more.has-topics {
|
||||||
|
@include breakpoint(medium, $rule: min-width) {
|
||||||
|
width: auto;
|
||||||
right: 50%;
|
right: 50%;
|
||||||
transform: translateX(50%);
|
transform: translateX(50%);
|
||||||
|
|
||||||
@@ -100,6 +102,7 @@ body:not(.has-full-page-chat) {
|
|||||||
font-size: var(--font-down-1-rem);
|
font-size: var(--font-down-1-rem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
.topic-list-body {
|
.topic-list-body {
|
||||||
padding-top: var(--spacing-block-m);
|
padding-top: var(--spacing-block-m);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user