aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/player
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-12-20 16:28:15 +0100
committerChocobozzz <me@florianbigard.com>2022-12-20 16:28:15 +0100
commit0e7c4b03c3908ad81427921c96b06c1efae4da54 (patch)
tree811c1f102ac4d7623d0e1cd6eab589f51b0d4eb4 /client/src/sass/player
parent21e73020142635f0b1b2c8694a6b5164437954b9 (diff)
downloadPeerTube-0e7c4b03c3908ad81427921c96b06c1efae4da54.tar.gz
PeerTube-0e7c4b03c3908ad81427921c96b06c1efae4da54.tar.zst
PeerTube-0e7c4b03c3908ad81427921c96b06c1efae4da54.zip
Add back to live feature
Diffstat (limited to 'client/src/sass/player')
-rw-r--r--client/src/sass/player/control-bar.scss21
1 files changed, 19 insertions, 2 deletions
diff --git a/client/src/sass/player/control-bar.scss b/client/src/sass/player/control-bar.scss
index 0082378e4..96b3adf66 100644
--- a/client/src/sass/player/control-bar.scss
+++ b/client/src/sass/player/control-bar.scss
@@ -153,8 +153,25 @@
153 } 153 }
154 154
155 .vjs-live-control { 155 .vjs-live-control {
156 line-height: $control-bar-height; 156 padding: 5px 7px;
157 min-width: 4em; 157 border-radius: 3px;
158 height: fit-content;
159 margin: auto 10px;
160 font-weight: bold;
161 max-width: fit-content;
162 opacity: 1 !important;
163 line-height: normal;
164 position: relative;
165 top: -1px;
166
167 &.synced-with-live-edge {
168 background: #d7281c;
169 }
170
171 &:not(.synced-with-live-edge) {
172 cursor: pointer;
173 background: #80807f;
174 }
158 } 175 }
159 176
160 .vjs-peertube { 177 .vjs-peertube {