Skip to content

Commit 0b05ac2

Browse files
jordanvidrineyuriyaran
authored andcommitted
FIX: Update small screen styles (#34232)
1 parent 6752403 commit 0b05ac2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

themes/horizon/scss/main.scss

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,13 @@ body:not(.has-full-page-chat, .wizard) {
8686
padding-bottom: var(--composer-height);
8787
}
8888

89-
> *:not(.experimental-screen, .activate-account) {
90-
box-sizing: border-box;
91-
max-width: 1000px;
92-
margin-inline: auto;
93-
padding-inline: var(--spacing-inline-l);
89+
@include viewport.from(sm) {
90+
> *:not(.experimental-screen, .activate-account) {
91+
box-sizing: border-box;
92+
max-width: 1000px;
93+
margin-inline: auto;
94+
padding-inline: var(--spacing-inline-l);
95+
}
9496
}
9597
}
9698
}

0 commit comments

Comments
 (0)