Added new media-modal variable definitions
This commit is contained in:
parent
501a4fb9ad
commit
b11ec03da6
3 changed files with 15 additions and 0 deletions
|
@ -40,3 +40,8 @@ $status-spoilers-active-background: $classic-highlight-color;
|
|||
|
||||
// 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%;
|
|
@ -40,3 +40,8 @@ $status-spoilers-active-background: $classic-highlight-color;
|
|||
|
||||
// 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%;
|
|
@ -40,3 +40,8 @@ $status-spoilers-active-background: $classic-highlight-color;
|
|||
|
||||
// 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%;
|
Loading…
Reference in a new issue