diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-12 09:51:13 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-12 09:51:16 +0200 |
commit | 435258ea3c17c10c7c2735075e59122956d45fca (patch) | |
tree | 44136d8c9362a5b219f1458a2a53a3c671cadee3 /client/src/sass/include | |
parent | 8b381422b88a02a971f5e50422b5b4b79b1101e5 (diff) | |
download | PeerTube-435258ea3c17c10c7c2735075e59122956d45fca.tar.gz PeerTube-435258ea3c17c10c7c2735075e59122956d45fca.tar.zst PeerTube-435258ea3c17c10c7c2735075e59122956d45fca.zip |
fix miniature fixed height, add link/title to avatar, remove pr-2 on channels list
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 56b1ff884..fc13f6509 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss | |||
@@ -56,7 +56,7 @@ $footer-margin: 30px; | |||
56 | $separator-border-color: rgba(0, 0, 0, 0.10); | 56 | $separator-border-color: rgba(0, 0, 0, 0.10); |
57 | 57 | ||
58 | $video-miniature-width: 238px; | 58 | $video-miniature-width: 238px; |
59 | $video-miniature-margin-bottom: 30px; | 59 | $video-miniature-margin-bottom: 15px; |
60 | $video-thumbnail-height: 122px; | 60 | $video-thumbnail-height: 122px; |
61 | $video-thumbnail-width: 223px; | 61 | $video-thumbnail-width: 223px; |
62 | 62 | ||