X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fstandalone%2Fvideos%2Fembed.scss;h=9fa868c9b966b26ffc579ca14dbc8f8c6da5aab9;hb=c1dd9b0734336a769f5dce9800b447c3d0e58bb1;hp=fbc0e33a050e0fd7a2f4376271bcc4cefb1bb64e;hpb=86f278cb4c582d487959b532b570b1a59f1fe5d2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/standalone/videos/embed.scss b/client/src/standalone/videos/embed.scss index fbc0e33a0..9fa868c9b 100644 --- a/client/src/standalone/videos/embed.scss +++ b/client/src/standalone/videos/embed.scss @@ -26,25 +26,21 @@ html, body { } .vjs-peertube-link { + @include disable-outline; + color: #fff; text-decoration: none; font-size: $font-size; line-height: $control-bar-height; transition: all .4s; font-weight: $font-semibold; - margin-right: 3px; - padding: 0 5px; + padding-right: 5px; } .vjs-peertube-link:hover { text-shadow: 0 0 1em #fff; } - // Fix volume panel because we added a new component (PeerTube link) - .vjs-volume-panel { - margin-right: 137px !important; - } - @media screen and (max-width: 350px) { .vjs-play-control { padding: 0 5px !important; @@ -57,7 +53,6 @@ html, body { .vjs-volume-panel { width: 26px !important; - margin-right: 140px !important; } .vjs-peertube-link {