about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/columns.scss
diff options
context:
space:
mode:
authorHanage999 <hanage999@crazynewworld.net>2019-06-01 13:59:21 +0900
committerThibG <thib@sitedethib.com>2019-06-13 22:15:31 +0200
commit02d6187894ab7d11a18d8f391c47ceca71cc5bfa (patch)
treeb2c5e0229a89dff36b2ba4e3d3cd33c8ef43e2d0 /app/javascript/flavours/glitch/styles/components/columns.scss
parent763735f92e4cf4fb311c8de9b62b9e5fc06f3c5d (diff)
[Glitch] Center 2-columns layout without side effect
Port 7c1ca0c37b7e68bd4e388afb3bca55d2b71fd2ad to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/columns.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/columns.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/columns.scss b/app/javascript/flavours/glitch/styles/components/columns.scss
index 80d198ff7..b8ecf647e 100644
--- a/app/javascript/flavours/glitch/styles/components/columns.scss
+++ b/app/javascript/flavours/glitch/styles/components/columns.scss
@@ -19,7 +19,6 @@
     height: 100%;
 
     &__pane {
-      flex: 1 1 auto;
       height: 100%;
       overflow: hidden;
       pointer-events: none;