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/+search | |
parent | 8beea2d37d90e9a12d895f4a9eebc1e532313d8c (diff) | |
download | PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.gz PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.zst PeerTube-27bc95867442c772841fb183a625bbda61dede51.zip |
Bidi support
Diffstat (limited to 'client/src/app/+search')
-rw-r--r-- | client/src/app/+search/search-filters.component.scss | 7 | ||||
-rw-r--r-- | client/src/app/+search/search.component.scss | 5 |
2 files changed, 6 insertions, 6 deletions
diff --git a/client/src/app/+search/search-filters.component.scss b/client/src/app/+search/search-filters.component.scss index cfb7a1d98..b0c09e6aa 100644 --- a/client/src/app/+search/search-filters.component.scss +++ b/client/src/app/+search/search-filters.component.scss | |||
@@ -12,9 +12,9 @@ form { | |||
12 | 12 | ||
13 | .peertube-radio-container { | 13 | .peertube-radio-container { |
14 | @include peertube-radio-container; | 14 | @include peertube-radio-container; |
15 | @include margin-right(30px); | ||
15 | 16 | ||
16 | display: inline-block; | 17 | display: inline-block; |
17 | margin-right: 30px; | ||
18 | } | 18 | } |
19 | 19 | ||
20 | .peertube-select-container { | 20 | .peertube-select-container { |
@@ -38,19 +38,18 @@ input[type=submit] { | |||
38 | } | 38 | } |
39 | 39 | ||
40 | .submit-button { | 40 | .submit-button { |
41 | text-align: right; | 41 | text-align: end; |
42 | } | 42 | } |
43 | 43 | ||
44 | .reset-button { | 44 | .reset-button { |
45 | @include peertube-button; | 45 | @include peertube-button; |
46 | @include margin-right(1rem); | ||
46 | 47 | ||
47 | font-weight: $font-semibold; | 48 | font-weight: $font-semibold; |
48 | display: inline-block; | 49 | display: inline-block; |
49 | padding: 0 10px; | 50 | padding: 0 10px; |
50 | white-space: nowrap; | 51 | white-space: nowrap; |
51 | background: transparent; | 52 | background: transparent; |
52 | |||
53 | margin-right: 1rem; | ||
54 | } | 53 | } |
55 | 54 | ||
56 | .reset-button-small { | 55 | .reset-button-small { |
diff --git a/client/src/app/+search/search.component.scss b/client/src/app/+search/search.component.scss index a8002ba88..2a19e369a 100644 --- a/client/src/app/+search/search.component.scss +++ b/client/src/app/+search/search.component.scss | |||
@@ -37,10 +37,10 @@ | |||
37 | 37 | ||
38 | .icon.icon-filter { | 38 | .icon.icon-filter { |
39 | @include icon(20px); | 39 | @include icon(20px); |
40 | @include margin-right(5px); | ||
40 | 41 | ||
41 | position: relative; | 42 | position: relative; |
42 | top: -1px; | 43 | top: -1px; |
43 | margin-right: 5px; | ||
44 | background-image: url('../../assets/images/feather/filter.svg'); | 44 | background-image: url('../../assets/images/feather/filter.svg'); |
45 | } | 45 | } |
46 | } | 46 | } |
@@ -78,9 +78,10 @@ | |||
78 | } | 78 | } |
79 | 79 | ||
80 | .video-channel-name { | 80 | .video-channel-name { |
81 | @include margin-left(5px); | ||
82 | |||
81 | font-size: $video-miniature-row-info-font-size; | 83 | font-size: $video-miniature-row-info-font-size; |
82 | color: pvar(--greyForegroundColor); | 84 | color: pvar(--greyForegroundColor); |
83 | margin-left: 5px; | ||
84 | } | 85 | } |
85 | 86 | ||
86 | // Use the same breakpoints than in video-miniature | 87 | // Use the same breakpoints than in video-miniature |