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/shared/shared-user-subscription | |
parent | 8beea2d37d90e9a12d895f4a9eebc1e532313d8c (diff) | |
download | PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.gz PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.zst PeerTube-27bc95867442c772841fb183a625bbda61dede51.zip |
Bidi support
Diffstat (limited to 'client/src/app/shared/shared-user-subscription')
-rw-r--r-- | client/src/app/shared/shared-user-subscription/subscribe-button.component.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/client/src/app/shared/shared-user-subscription/subscribe-button.component.scss b/client/src/app/shared/shared-user-subscription/subscribe-button.component.scss index 897ee7799..1b0cc8c64 100644 --- a/client/src/app/shared/shared-user-subscription/subscribe-button.component.scss +++ b/client/src/app/shared/shared-user-subscription/subscribe-button.component.scss | |||
@@ -38,15 +38,15 @@ | |||
38 | 38 | ||
39 | // Unlogged | 39 | // Unlogged |
40 | > .dropdown > .dropdown-toggle span { | 40 | > .dropdown > .dropdown-toggle span { |
41 | padding-right: 3px; | 41 | @include padding-right(3px); |
42 | } | 42 | } |
43 | 43 | ||
44 | // Logged | 44 | // Logged |
45 | > .btn { | 45 | > .btn { |
46 | padding-right: 4px; | 46 | @include padding-right(4px); |
47 | 47 | ||
48 | + .dropdown > button { | 48 | + .dropdown > button { |
49 | padding-left: 2px; | 49 | @include padding-left(2px); |
50 | 50 | ||
51 | &::after { | 51 | &::after { |
52 | position: relative; | 52 | position: relative; |
@@ -62,7 +62,7 @@ | |||
62 | } | 62 | } |
63 | 63 | ||
64 | span.followers-count { | 64 | span.followers-count { |
65 | padding-left: 5px; | 65 | @include padding-left(5px); |
66 | } | 66 | } |
67 | } | 67 | } |
68 | &.unsubscribe-button { | 68 | &.unsubscribe-button { |
@@ -108,6 +108,6 @@ | |||
108 | 108 | ||
109 | span:not(:first-child) { | 109 | span:not(:first-child) { |
110 | font-size: 60%; | 110 | font-size: 60%; |
111 | text-align: left; | 111 | text-align: start; |
112 | } | 112 | } |
113 | } | 113 | } |