]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix help component border
authorRigel Kent <sendmemail@rigelk.eu>
Thu, 2 Apr 2020 22:18:15 +0000 (00:18 +0200)
committerRigel Kent <sendmemail@rigelk.eu>
Thu, 2 Apr 2020 22:18:15 +0000 (00:18 +0200)
client/src/app/shared/misc/help.component.scss

index f00df88b5f71aa57032acd9b89ab9a5763a58c9a..3c8b66cd5b283d6da2cefe4c2ac2480df9996546 100644 (file)
@@ -27,7 +27,7 @@
       font-size: 13px;
       background-color: var(--mainBackgroundColor);
       color: var(--mainForegroundColor);
-      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);
+      border-radius: 3px;
 
       p {
         margin-bottom: 0;