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