diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-07 17:38:31 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-07 18:14:05 +0200 |
commit | 27bc95867442c772841fb183a625bbda61dede51 (patch) | |
tree | 6fe20951f1109c1f5388d9a681f0df0758d463e0 /client/src/app/header/header.component.scss | |
parent | 8beea2d37d90e9a12d895f4a9eebc1e532313d8c (diff) | |
download | PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.gz PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.zst PeerTube-27bc95867442c772841fb183a625bbda61dede51.zip |
Bidi support
Diffstat (limited to 'client/src/app/header/header.component.scss')
-rw-r--r-- | client/src/app/header/header.component.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index 7364ab50b..45cef7b9a 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss | |||
@@ -2,22 +2,22 @@ | |||
2 | @import '_mixins'; | 2 | @import '_mixins'; |
3 | 3 | ||
4 | my-search-typeahead { | 4 | my-search-typeahead { |
5 | margin-right: 15px; | 5 | @include margin-right(15px); |
6 | } | 6 | } |
7 | 7 | ||
8 | .publish-button { | 8 | .publish-button { |
9 | @include peertube-button-link; | 9 | @include peertube-button-link; |
10 | @include orange-button; | 10 | @include orange-button; |
11 | @include button-with-icon(22px, 3px, -1px); | 11 | @include button-with-icon(22px, 3px, -1px); |
12 | 12 | @include margin-right(25px); | |
13 | margin-right: 25px; | ||
14 | 13 | ||
15 | @media screen and (max-width: 600px) { | 14 | @media screen and (max-width: 600px) { |
16 | margin-right: 10px; | 15 | @include margin-right(10px); |
16 | |||
17 | padding: 0 10px; | 17 | padding: 0 10px; |
18 | 18 | ||
19 | .icon.icon-upload { | 19 | .icon.icon-upload { |
20 | margin-right: 0; | 20 | @include margin-right(0); |
21 | } | 21 | } |
22 | 22 | ||
23 | .publish-button-label { | 23 | .publish-button-label { |