diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-20 11:00:17 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-20 11:23:45 +0100 |
commit | 420a6043cc579d6fc342adcfe8107daf51664761 (patch) | |
tree | 2ef9bb00d02c3a71df79ef51137c3fbb2f31d448 /client/src/app/header/header.component.scss | |
parent | 15825ef18d3b2bb74f4e613496cf3e2921a87389 (diff) | |
download | PeerTube-420a6043cc579d6fc342adcfe8107daf51664761.tar.gz PeerTube-420a6043cc579d6fc342adcfe8107daf51664761.tar.zst PeerTube-420a6043cc579d6fc342adcfe8107daf51664761.zip |
Fix buttons CSS
Diffstat (limited to 'client/src/app/header/header.component.scss')
-rw-r--r-- | client/src/app/header/header.component.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index cf6e96d07..ef7749ced 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss | |||
@@ -10,7 +10,8 @@ | |||
10 | @media screen and (max-width: $mobile-view) { | 10 | @media screen and (max-width: $mobile-view) { |
11 | @include margin-right(10px); | 11 | @include margin-right(10px); |
12 | 12 | ||
13 | padding: 0 10px; | 13 | padding-right: 10px; |
14 | padding-left: 10px; | ||
14 | 15 | ||
15 | .icon.icon-upload { | 16 | .icon.icon-upload { |
16 | @include margin-right(0); | 17 | @include margin-right(0); |