about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/accounts.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-12-09 13:33:00 +0100
committerThibaut Girka <thib@sitedethib.com>2018-12-09 16:08:10 +0100
commit0b1bc66695c812b43f3156a2db2a9816bf723721 (patch)
treec8fca972ec245c298270d3a25fa495dd3a48ba83 /app/javascript/flavours/glitch/styles/accounts.scss
parente7f1bfdc2d528f137299ba0c3ab2a30f2f91f53c (diff)
Port directory CSS changes from upstream
Port 73be8f38c115c279e3d3961b98bd2b82b9706b05 to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/styles/accounts.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/accounts.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/accounts.scss b/app/javascript/flavours/glitch/styles/accounts.scss
index 9568581ec..9c6518bea 100644
--- a/app/javascript/flavours/glitch/styles/accounts.scss
+++ b/app/javascript/flavours/glitch/styles/accounts.scss
@@ -191,6 +191,11 @@
   &--under-tabs {
     border-radius: 0 0 4px 4px;
   }
+
+  &--flexible {
+    box-sizing: border-box;
+    min-height: 100%;
+  }
 }
 
 .account-role {