diff options
author | Chocobozzz <me@florianbigard.com> | 2021-03-31 11:21:10 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-03-31 11:21:10 +0200 |
commit | d794137057fc5fcea10ddd29f82e79ee2412fea4 (patch) | |
tree | da37f7efd604687c243cb2cd2cad6af932dcab8a /client/src/app/shared | |
parent | 218f730c7bceda5511d46f26191e7b1726c9ffd3 (diff) | |
download | PeerTube-d794137057fc5fcea10ddd29f82e79ee2412fea4.tar.gz PeerTube-d794137057fc5fcea10ddd29f82e79ee2412fea4.tar.zst PeerTube-d794137057fc5fcea10ddd29f82e79ee2412fea4.zip |
Refactor horizontal margins
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-forms/markdown-textarea.component.scss | 2 |
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 fcddfea03..8203c7d1c 100644 --- a/client/src/app/shared/shared-forms/markdown-textarea.component.scss +++ b/client/src/app/shared/shared-forms/markdown-textarea.component.scss | |||
@@ -131,7 +131,7 @@ $input-border-radius: 3px; | |||
131 | border-right: none; | 131 | border-right: none; |
132 | 132 | ||
133 | :last-child { | 133 | :last-child { |
134 | margin-right: $not-expanded-horizontal-margins; | 134 | margin-right: pvar(--horizontalMarginContent); |
135 | } | 135 | } |
136 | } | 136 | } |
137 | 137 | ||