From: Rigel Kent Date: Fri, 10 Apr 2020 11:07:28 +0000 (+0200) Subject: Prevent torrent indicators in player to overflow with small sizes X-Git-Tag: v2.2.0-rc.1~251 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=de64dfbb5bdd5cdeb26bd8bd36935af556e470b4;p=oweals%2Fpeertube.git Prevent torrent indicators in player to overflow with small sizes --- 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 { line-height: $control-bar-height; text-align: right; margin-right: 6px; + overflow: hidden; .vjs-peertube-displayed { display: block;