]> cat aescling's git repositories - mastodon.git/commitdiff
Increase default column width from 330px to 350px (#9227)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 8 Nov 2018 06:42:17 +0000 (07:42 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Nov 2018 06:42:17 +0000 (07:42 +0100)
app/javascript/styles/mastodon/components.scss

index 4f153731400feef860b8f9070f0b896d4e52df2c..da19b66148615c45016944db413d4d5cac42d1f7 100644 (file)
@@ -1847,7 +1847,7 @@ a.account__display-name {
 }
 
 .column {
-  width: 330px;
+  width: 350px;
   position: relative;
   box-sizing: border-box;
   display: flex;