[Glitch] Refactor scss

Port f691afaae9 to glitch-soc
This commit is contained in:
Thibaut Girka
2018-04-09 00:56:59 +02:00
parent a4fa8c9064
commit 101e6564fd
3 changed files with 26 additions and 28 deletions

View File

@@ -31,6 +31,11 @@ $ui-highlight-color: $classic-highlight-color !default; // Vibrant
// Language codes that uses CJK fonts
$cjk-langs: ja, ko, zh-CN, zh-HK, zh-TW;
// Variables for components
$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%;
// Avatar border size (8% default, 100% for rounded avatars)
$ui-avatar-border-size: 8%;