aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-12-14 12:21:07 +0100
committerChocobozzz <me@florianbigard.com>2020-12-14 12:21:07 +0100
commitcd5dc7188b27c227d4cb0d4e569180822ecfa250 (patch)
tree2f6755f4175f408bf8764c956a1cacf341d22f1b /client/src/app/menu
parent402145b8630d1908c35f8c22846ddc4475f25d3e (diff)
downloadPeerTube-cd5dc7188b27c227d4cb0d4e569180822ecfa250.tar.gz
PeerTube-cd5dc7188b27c227d4cb0d4e569180822ecfa250.tar.zst
PeerTube-cd5dc7188b27c227d4cb0d4e569180822ecfa250.zip
Add link to the documentation for live streaming
Diffstat (limited to 'client/src/app/menu')
-rw-r--r--client/src/app/menu/menu.component.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss
index 89dc26e87..f369fa17a 100644
--- a/client/src/app/menu/menu.component.scss
+++ b/client/src/app/menu/menu.component.scss
@@ -192,6 +192,7 @@ menu {
192 .logged-in-username { 192 .logged-in-username {
193 font-size: 13px; 193 font-size: 13px;
194 color: #C6C6C6; 194 color: #C6C6C6;
195 margin-top: 3px;
195 } 196 }
196 } 197 }
197 } 198 }