Browse Source

Increase default column width from 330px to 350px (#9227)

master
Eugen Rochko 6 years ago
committed by GitHub
parent
commit
b22db8162a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/styles/mastodon/components.scss

+ 1
- 1
app/javascript/styles/mastodon/components.scss View File

@ -1847,7 +1847,7 @@ a.account__display-name {
}
.column {
width: 330px;
width: 350px;
position: relative;
box-sizing: border-box;
display: flex;

Loading…
Cancel
Save