diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-01 16:54:20 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-01 16:54:49 +0200 |
commit | 4429a4a6e730583809461922859d9275c3e59602 (patch) | |
tree | 759015ee277ae9d1a5f795e4229ab28c965ac513 /client/src/sass/include | |
parent | 4d5e572f52e000034abb076e4bf7d7044d704f94 (diff) | |
download | PeerTube-4429a4a6e730583809461922859d9275c3e59602.tar.gz PeerTube-4429a4a6e730583809461922859d9275c3e59602.tar.zst PeerTube-4429a4a6e730583809461922859d9275c3e59602.zip |
Responsive search
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_variables.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 4c9a79621..c451febdc 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss | |||
@@ -60,6 +60,13 @@ $footer-margin: 30px; | |||
60 | $separator-border-color: rgba(0, 0, 0, 0.10); | 60 | $separator-border-color: rgba(0, 0, 0, 0.10); |
61 | 61 | ||
62 | $video-miniature-margin-bottom: 15px; | 62 | $video-miniature-margin-bottom: 15px; |
63 | |||
64 | $video-miniature-row-name-font-size: 1.3em; | ||
65 | $video-miniature-row-mobile-name-font-size: 14px; | ||
66 | |||
67 | $video-miniature-row-info-font-size: 14px; | ||
68 | $video-miniature-row-mobile-info-font-size: 12px; | ||
69 | |||
63 | $video-thumbnail-height: 153px; | 70 | $video-thumbnail-height: 153px; |
64 | $video-thumbnail-width: 280px; | 71 | $video-thumbnail-width: 280px; |
65 | $video-thumbnail-medium-height: 114px; | 72 | $video-thumbnail-medium-height: 114px; |