diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-09 09:33:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-09 09:33:28 +0200 |
commit | e66883b37ae0796256b3aba550670a2d76cfc98a (patch) | |
tree | 3cce3c78e9f9f327470f0370a1b4065fe7e0009e /client/src/sass/loading-bar.scss | |
parent | 6ad971d5f5e9ea2adfc58bd83ba1790efa4a8d12 (diff) | |
download | PeerTube-e66883b37ae0796256b3aba550670a2d76cfc98a.tar.gz PeerTube-e66883b37ae0796256b3aba550670a2d76cfc98a.tar.zst PeerTube-e66883b37ae0796256b3aba550670a2d76cfc98a.zip |
`fitWidth` for `video-miniature`, fluid grid (#2830)
* Fluid abstract video list
* normalize timestamp display on miniatures
* use grid for abstract-video-list
- refactor scss function var to pvar to avoid overriding css variables
- move fluid-grid margins to adapt-margin-content-width mixin for maintainability
- fix video-miniature-name margin-top on small screen
* move sceenratio function in a mixin
* display no miniature avatar in channel videos view
Diffstat (limited to 'client/src/sass/loading-bar.scss')
-rw-r--r-- | client/src/sass/loading-bar.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/loading-bar.scss b/client/src/sass/loading-bar.scss index d584b7c67..d7c308911 100644 --- a/client/src/sass/loading-bar.scss +++ b/client/src/sass/loading-bar.scss | |||
@@ -10,7 +10,7 @@ | |||
10 | -moz-transition: 350ms linear all; | 10 | -moz-transition: 350ms linear all; |
11 | -o-transition: 350ms linear all; | 11 | -o-transition: 350ms linear all; |
12 | transition: 350ms linear all; | 12 | transition: 350ms linear all; |
13 | color: var(--mainColor); | 13 | color: pvar(--mainColor); |
14 | } | 14 | } |
15 | 15 | ||
16 | #loading-bar .bar { | 16 | #loading-bar .bar { |
@@ -19,7 +19,7 @@ | |||
19 | -o-transition: width 350ms; | 19 | -o-transition: width 350ms; |
20 | transition: width 350ms; | 20 | transition: width 350ms; |
21 | 21 | ||
22 | background: var(--mainColor); | 22 | background: pvar(--mainColor); |
23 | position: fixed; | 23 | position: fixed; |
24 | z-index: z(loadbar); | 24 | z-index: z(loadbar); |
25 | top: 0; | 25 | top: 0; |