diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-04-03 00:18:15 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-04-03 00:18:15 +0200 |
commit | 22a59f33deb4b22a03abfbd6610de35b326e4584 (patch) | |
tree | afe0ba32af3bf0c05f3dcdccaaff9e3c44af928e /client | |
parent | 6f02515e2aff2a8750ad3515b23b345f01c64ab2 (diff) | |
download | PeerTube-22a59f33deb4b22a03abfbd6610de35b326e4584.tar.gz PeerTube-22a59f33deb4b22a03abfbd6610de35b326e4584.tar.zst PeerTube-22a59f33deb4b22a03abfbd6610de35b326e4584.zip |
Fix help component border
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/shared/misc/help.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/misc/help.component.scss b/client/src/app/shared/misc/help.component.scss index f00df88b5..3c8b66cd5 100644 --- a/client/src/app/shared/misc/help.component.scss +++ b/client/src/app/shared/misc/help.component.scss | |||
@@ -27,7 +27,7 @@ | |||
27 | font-size: 13px; | 27 | font-size: 13px; |
28 | background-color: var(--mainBackgroundColor); | 28 | background-color: var(--mainBackgroundColor); |
29 | color: var(--mainForegroundColor); | 29 | color: var(--mainForegroundColor); |
30 | box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); | 30 | border-radius: 3px; |
31 | 31 | ||
32 | p { | 32 | p { |
33 | margin-bottom: 0; | 33 | margin-bottom: 0; |