diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 5936ef8a64..0b7c9ac903 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -2789,7 +2789,7 @@ $ui-header-logo-wordmark-width: 99px; } .column { - width: 350px; + width: 400px; position: relative; box-sizing: border-box; display: flex; @@ -2822,7 +2822,7 @@ $ui-header-logo-wordmark-width: 99px; } .drawer { - width: 300px; + width: 350px; box-sizing: border-box; display: flex; flex-direction: column;