about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/variables.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-07-31 22:54:18 +0200
committerThibaut Girka <thib@sitedethib.com>2018-08-01 00:18:42 +0200
commitd894cdc93f019852c7c30b6d5713ba0bc7dbda2b (patch)
tree0f0221e4712b0111060fe0185b6a056c40aa8042 /app/javascript/flavours/glitch/styles/variables.scss
parentc1c514ca703f3e11adfe41734345b5277e886c50 (diff)
Port profile redesign to glitch-soc
Port bb71538bb503159177d46d8956bd466973c0876b to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/styles/variables.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/variables.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/variables.scss b/app/javascript/flavours/glitch/styles/variables.scss
index bde808fe2..715ecf98f 100644
--- a/app/javascript/flavours/glitch/styles/variables.scss
+++ b/app/javascript/flavours/glitch/styles/variables.scss
@@ -49,6 +49,8 @@ $media-modal-media-max-width: 100%;
 // put margins on top and bottom of image to avoid the screen covered by image.
 $media-modal-media-max-height: 80%;
 
+$no-gap-breakpoint: 415px;
+
 // Avatar border size (8% default, 100% for rounded avatars)
 $ui-avatar-border-size: 8%;