aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms
diff options
context:
space:
mode:
authorkimsible <kimsible@users.noreply.github.com>2020-07-20 14:52:14 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-07-20 16:56:59 +0200
commitb5366b3c7e1e2036624d6e7e2784ad8fc4700fac (patch)
tree670f049c13ab0c94d013703862528ae5364e2165 /client/src/app/shared/shared-forms
parent963023abe6acf31799f6474d78489c8013f664fa (diff)
downloadPeerTube-b5366b3c7e1e2036624d6e7e2784ad8fc4700fac.tar.gz
PeerTube-b5366b3c7e1e2036624d6e7e2784ad8fc4700fac.tar.zst
PeerTube-b5366b3c7e1e2036624d6e7e2784ad8fc4700fac.zip
Correct maximized icon padding since new icons set implemented
Diffstat (limited to 'client/src/app/shared/shared-forms')
-rw-r--r--client/src/app/shared/shared-forms/markdown-textarea.component.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-forms/markdown-textarea.component.scss b/client/src/app/shared/shared-forms/markdown-textarea.component.scss
index f2c76f7a1..39e72b5bc 100644
--- a/client/src/app/shared/shared-forms/markdown-textarea.component.scss
+++ b/client/src/app/shared/shared-forms/markdown-textarea.component.scss
@@ -43,7 +43,7 @@ $input-border-radius: 3px;
43 } 43 }
44 44
45 .grey-button { 45 .grey-button {
46 padding: 0 12px 0 12px; 46 padding: 0 7px 0 12px;
47 } 47 }
48 } 48 }
49 } 49 }