aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-07-16 16:09:58 +0200
committerChocobozzz <chocobozzz@cpy.re>2019-07-24 10:58:16 +0200
commitf0c5e8b65792e9f991bf006a3e1d03cfd2c80c24 (patch)
treec3e89788fc565b033d173d3442e2064ecbbdc39b /client/src/app/app.component.scss
parentd133f3858288b20d790e9bb57664fc6e22d9aeaf (diff)
downloadPeerTube-f0c5e8b65792e9f991bf006a3e1d03cfd2c80c24.tar.gz
PeerTube-f0c5e8b65792e9f991bf006a3e1d03cfd2c80c24.tar.zst
PeerTube-f0c5e8b65792e9f991bf006a3e1d03cfd2c80c24.zip
Add client helpers to plugins
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r--client/src/app/app.component.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss
index 3f8b9777a..c95b21ca3 100644
--- a/client/src/app/app.component.scss
+++ b/client/src/app/app.component.scss
@@ -38,8 +38,9 @@
38 } 38 }
39 } 39 }
40 40
41 #peertube-title { 41 .peertube-title {
42 @include disable-default-a-behaviour; 42 @include disable-default-a-behaviour;
43
43 font-size: 20px; 44 font-size: 20px;
44 font-weight: $font-bold; 45 font-weight: $font-bold;
45 color: inherit !important; 46 color: inherit !important;
@@ -64,7 +65,7 @@
64 @media screen and (max-width: 500px) { 65 @media screen and (max-width: 500px) {
65 width: 70px; 66 width: 70px;
66 67
67 #peertube-title { 68 .peertube-title {
68 display: none; 69 display: none;
69 } 70 }
70 } 71 }