app_layout: Express calculated max-width in 14px / 1em.

This commit is contained in:
Karl Stolley 2024-07-19 15:47:36 -04:00 committed by Tim Abbott
parent 800ae6d027
commit 707187edbf
1 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,9 @@ body {
.header-main, .header-main,
.app .app-main, .app .app-main,
#compose-container { #compose-container {
max-width: 1500px; /* 1417px at 14px/1em; (14px * 20.5em) - 12px + 880 + 250px = 1417px */
max-width: 100.3571em;
max-width: calc(var(--left-sidebar-max-width) + 62.8571em + 250px);
} }
&.fluid_layout_width { &.fluid_layout_width {