diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-04 17:12:23 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-12-05 09:06:01 +0100 |
commit | 25266908666d4d465e1c8ec90135eaa00c91732e (patch) | |
tree | a769c6d59f021b6b0a39766f4054a0d31a57a0c6 /client/src/sass/include | |
parent | fee47735bde36d9b8d0aed6284e9e8c9f6697001 (diff) | |
download | PeerTube-25266908666d4d465e1c8ec90135eaa00c91732e.tar.gz PeerTube-25266908666d4d465e1c8ec90135eaa00c91732e.tar.zst PeerTube-25266908666d4d465e1c8ec90135eaa00c91732e.zip |
search filtering improvements per #1654
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_miniature.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/sass/include/_miniature.scss b/client/src/sass/include/_miniature.scss index 56126d41f..4a1780b3f 100644 --- a/client/src/sass/include/_miniature.scss +++ b/client/src/sass/include/_miniature.scss | |||
@@ -205,6 +205,7 @@ $play-overlay-width: 18px; | |||
205 | color: $grey-foreground-color; | 205 | color: $grey-foreground-color; |
206 | margin-bottom: 10px; | 206 | margin-bottom: 10px; |
207 | font-weight: $font-semibold; | 207 | font-weight: $font-semibold; |
208 | text-decoration: none; | ||
208 | } | 209 | } |
209 | 210 | ||
210 | @media screen and (max-width: $mobile-view) { | 211 | @media screen and (max-width: $mobile-view) { |