aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-08-05 11:23:37 +0200
committerRigel Kent <sendmemail@rigelk.eu>2020-08-05 11:23:37 +0200
commit9e8929d633a0640158af183f878f9854e8b77065 (patch)
tree5559e61bf59bfaf7d05c1c8b2891251a88975874 /client/src/app/shared
parent830c762bb67ff150ebaef2e603513ce7dd48faa2 (diff)
downloadPeerTube-9e8929d633a0640158af183f878f9854e8b77065.tar.gz
PeerTube-9e8929d633a0640158af183f878f9854e8b77065.tar.zst
PeerTube-9e8929d633a0640158af183f878f9854e8b77065.zip
adjust help component, fix its instances in video-edit
Diffstat (limited to 'client/src/app/shared')
-rw-r--r--client/src/app/shared/shared-main/misc/help.component.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-main/misc/help.component.scss b/client/src/app/shared/shared-main/misc/help.component.scss
index 43f33a53a..1e7fb4fc6 100644
--- a/client/src/app/shared/shared-main/misc/help.component.scss
+++ b/client/src/app/shared/shared-main/misc/help.component.scss
@@ -8,10 +8,10 @@
8 my-global-icon { 8 my-global-icon {
9 width: 17px; 9 width: 17px;
10 position: relative; 10 position: relative;
11 top: -2px; 11 top: -1px;
12 margin: 5px; 12 margin: 5px;
13 13
14 @include apply-svg-color(pvar(--mainForegroundColor)) 14 @include apply-svg-color(pvar(--greyForegroundColor))
15 } 15 }
16} 16}
17 17