aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-14 10:38:09 +0200
committerChocobozzz <me@florianbigard.com>2021-04-14 11:45:14 +0200
commitdb5814c0472d2b9e8f0ca6bdd1175ff1cd99ed7c (patch)
tree06d02916518e091f36d486f0f57e3a963ca7fa9e /client/src/app/app.component.scss
parent456c9bfddbccbbb376f6756312a49b4183cefb90 (diff)
downloadPeerTube-db5814c0472d2b9e8f0ca6bdd1175ff1cd99ed7c.tar.gz
PeerTube-db5814c0472d2b9e8f0ca6bdd1175ff1cd99ed7c.tar.zst
PeerTube-db5814c0472d2b9e8f0ca6bdd1175ff1cd99ed7c.zip
Move player style in watch component
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r--client/src/app/app.component.scss6
1 files changed, 2 insertions, 4 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss
index 42293e412..7e9e4a216 100644
--- a/client/src/app/app.component.scss
+++ b/client/src/app/app.component.scss
@@ -3,8 +3,6 @@
3@import '~bootstrap/scss/functions'; 3@import '~bootstrap/scss/functions';
4@import '~bootstrap/scss/variables'; 4@import '~bootstrap/scss/variables';
5 5
6$assets-path: '../assets';
7
8.peertube-container { 6.peertube-container {
9 padding-bottom: 20px; 7 padding-bottom: 20px;
10} 8}
@@ -41,9 +39,9 @@ $assets-path: '../assets';
41 39
42 &.icon-menu { 40 &.icon-menu {
43 background-color: pvar(--mainForegroundColor); 41 background-color: pvar(--mainForegroundColor);
44 mask-image: url('#{$assets-path}/images/misc/menu.svg'); 42 mask-image: url('../assets/images/misc/menu.svg');
45 margin: 0 18px 0 20px; 43 margin: 0 18px 0 20px;
46 44
47 @media screen and (max-width: $mobile-view) { 45 @media screen and (max-width: $mobile-view) {
48 margin: 0 10px; 46 margin: 0 10px;
49 } 47 }