aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-01-11 09:22:46 +0100
committerChocobozzz <me@florianbigard.com>2022-01-11 09:22:46 +0100
commitc2e6ad30a4928b7264f24646081a610fd40a20ed (patch)
treef8cffdb3e63d26ab967335a28c3c2781c0d3898f /client/src
parent73e64592b9b949bf9b895e2fae8dafcfab0b5124 (diff)
downloadPeerTube-c2e6ad30a4928b7264f24646081a610fd40a20ed.tar.gz
PeerTube-c2e6ad30a4928b7264f24646081a610fd40a20ed.tar.zst
PeerTube-c2e6ad30a4928b7264f24646081a610fd40a20ed.zip
Fix play icon vertical alignment
Diffstat (limited to 'client/src')
-rw-r--r--client/src/sass/player/control-bar.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/sass/player/control-bar.scss b/client/src/sass/player/control-bar.scss
index 2f76e599f..e8b447b9e 100644
--- a/client/src/sass/player/control-bar.scss
+++ b/client/src/sass/player/control-bar.scss
@@ -104,7 +104,9 @@
104 104
105 .vjs-icon-placeholder::before { 105 .vjs-icon-placeholder::before {
106 font-size: $control-bar-play-font-size; 106 font-size: $control-bar-play-font-size;
107 line-height: initial; 107 line-height: unset;
108 position: relative;
109 top: -1px;
108 } 110 }
109 } 111 }
110 112