Skip to content

Commit

Permalink
Change width of columns in advanced web UI (mastodon#31762)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored Sep 5, 2024
1 parent a6e6e76 commit da22498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2789,7 +2789,7 @@ $ui-header-logo-wordmark-width: 99px;
}

.column {
width: 350px;
width: 400px;
position: relative;
box-sizing: border-box;
display: flex;
Expand Down Expand Up @@ -2822,7 +2822,7 @@ $ui-header-logo-wordmark-width: 99px;
}

.drawer {
width: 300px;
width: 350px;
box-sizing: border-box;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit da22498

Please sign in to comment.