diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-04-10 13:07:28 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-04-10 13:07:28 +0200 |
commit | de64dfbb5bdd5cdeb26bd8bd36935af556e470b4 (patch) | |
tree | 72b3d35f95ae65fea1dbf3b1a3e42fa13904056f | |
parent | 5fd3e00ac884ff694e3b0ca2db7f04ed740279e3 (diff) | |
download | PeerTube-de64dfbb5bdd5cdeb26bd8bd36935af556e470b4.tar.gz PeerTube-de64dfbb5bdd5cdeb26bd8bd36935af556e470b4.tar.zst PeerTube-de64dfbb5bdd5cdeb26bd8bd36935af556e470b4.zip |
Prevent torrent indicators in player to overflow with small sizes
-rw-r--r-- | client/src/sass/player/peertube-skin.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss index f80106428..836be23cc 100644 --- a/client/src/sass/player/peertube-skin.scss +++ b/client/src/sass/player/peertube-skin.scss | |||
@@ -271,6 +271,7 @@ body { | |||
271 | line-height: $control-bar-height; | 271 | line-height: $control-bar-height; |
272 | text-align: right; | 272 | text-align: right; |
273 | margin-right: 6px; | 273 | margin-right: 6px; |
274 | overflow: hidden; | ||
274 | 275 | ||
275 | .vjs-peertube-displayed { | 276 | .vjs-peertube-displayed { |
276 | display: block; | 277 | display: block; |