]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix left side of single column layout being cropped on smaller screens
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 20 Sep 2019 08:51:52 +0000 (10:51 +0200)
committerThibaut Girka <thib@sitedethib.com>
Sat, 5 Oct 2019 22:32:06 +0000 (00:32 +0200)
Port 37ccafec8fe8bf5588794257744554be61a3f22e to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/components/columns.scss

index 2498e5d03cafdc09a518461945fd9e72d3d06870..6ba9698c598a2c6c6db90af4a5f22a599617672b 100644 (file)
@@ -25,6 +25,7 @@
       pointer-events: none;
       display: flex;
       justify-content: flex-end;
+      min-width: 285px;
 
       &--start {
         justify-content: flex-start;
@@ -42,6 +43,7 @@
       box-sizing: border-box;
       width: 100%;
       max-width: 600px;
+      flex: 0 0 auto;
       display: flex;
       flex-direction: column;