about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-11-08 07:42:17 +0100
committerGitHub <noreply@github.com>2018-11-08 07:42:17 +0100
commitb22db8162a936884ba17bc89637d5368e6745df0 (patch)
tree406283b1b70b200bb5c5e0213ab5bd522ffe4ca9
parent7775225d174bf7c413bcd41b89a5d50d32cc5cee (diff)
Increase default column width from 330px to 350px (#9227)
-rw-r--r--app/javascript/styles/mastodon/components.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 4f1537314..da19b6614 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -1847,7 +1847,7 @@ a.account__display-name {
 }
 
 .column {
-  width: 330px;
+  width: 350px;
   position: relative;
   box-sizing: border-box;
   display: flex;