css: Remove min-width styles on app.

We always want to render Zulip at maximum available width with a
max-width.
This commit is contained in:
Aman Agrawal 2024-03-18 12:46:52 +00:00 committed by Tim Abbott
parent df50c305ae
commit 9ee11afb7e
1 changed files with 2 additions and 13 deletions

View File

@ -331,7 +331,6 @@ p.n-margin {
.app-main,
.header-main {
width: 100%;
min-width: 950px;
margin: 0 auto;
padding: 0;
position: relative;
@ -2435,11 +2434,6 @@ select.invite-as {
}
@media (width < $xl_min) {
.app-main,
.header-main {
min-width: 750px;
}
.column-right {
display: none;
@ -2507,13 +2501,6 @@ select.invite-as {
}
}
body,
html,
.app-main,
.header-main {
min-width: 350px;
}
.column-middle,
.app-main .column-middle {
margin-left: 7px;
@ -2625,6 +2612,8 @@ select.invite-as {
overflow-x: hidden;
}
/* We don't want user to experience Zulip below this width since
we don't don't develop features for below this width. */
body,
html,
.app-main,