aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-04-20 10:05:21 +0200
committerChocobozzz <me@florianbigard.com>2022-04-20 10:05:21 +0200
commit264903358d2501e1106d020c2804a477fbf77d24 (patch)
tree74ef48ff71dc2a80034dcfb79d99ee7a9c7f1101 /client/src/sass
parent4f9a20a00a37c51788ab1cf4b343247918090f9b (diff)
downloadPeerTube-264903358d2501e1106d020c2804a477fbf77d24.tar.gz
PeerTube-264903358d2501e1106d020c2804a477fbf77d24.tar.zst
PeerTube-264903358d2501e1106d020c2804a477fbf77d24.zip
Display live info in my videos
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/bootstrap.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss
index d6af7f485..b0a18e6f2 100644
--- a/client/src/sass/bootstrap.scss
+++ b/client/src/sass/bootstrap.scss
@@ -190,7 +190,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
190 margin-bottom: 0; 190 margin-bottom: 0;
191 text-align: end; 191 text-align: end;
192 192
193 > .peertube-button:not(:first-child) { 193 > *:not(:first-child) {
194 @include margin-left(10px); 194 @include margin-left(10px);
195 } 195 }
196 } 196 }