diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-29 17:15:05 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-29 17:15:05 +0200 |
commit | b0c43e36dbdc2c964f6828a78b146faebfb75b21 (patch) | |
tree | 6caaa00081b82ae5276fa6ab64f22a6fbdf5b1f0 /client/src/sass/include | |
parent | 6ea59f415461c27eea840ed204986eaefb538afc (diff) | |
download | PeerTube-b0c43e36dbdc2c964f6828a78b146faebfb75b21.tar.gz PeerTube-b0c43e36dbdc2c964f6828a78b146faebfb75b21.tar.zst PeerTube-b0c43e36dbdc2c964f6828a78b146faebfb75b21.zip |
Create a dedicated component for video description
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_variables.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 8f3d3c3b4..39e81f270 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss | |||
@@ -95,6 +95,9 @@ $activated-action-button-color: #000; | |||
95 | 95 | ||
96 | $focus-box-shadow-form: 0 0 0 .2rem; | 96 | $focus-box-shadow-form: 0 0 0 .2rem; |
97 | 97 | ||
98 | $video-watch-player-factor: math.div(16, 9); | ||
99 | $video-watch-info-margin-left: 44px; | ||
100 | |||
98 | /*** map theme ***/ | 101 | /*** map theme ***/ |
99 | 102 | ||
100 | // pass variables into a sass map, | 103 | // pass variables into a sass map, |