diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2021-01-12 01:18:34 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2021-01-12 01:18:34 +0100 |
commit | 490109c7660657320d7d67a3b662e5d969dae3dd (patch) | |
tree | d39e573650b785950c29f1e1365c133a9cdb63c9 /client/src/app/shared/shared-user-subscription | |
parent | 2522fea71b833b4f0091d9471c379c547c37f8de (diff) | |
download | PeerTube-490109c7660657320d7d67a3b662e5d969dae3dd.tar.gz PeerTube-490109c7660657320d7d67a3b662e5d969dae3dd.tar.zst PeerTube-490109c7660657320d7d67a3b662e5d969dae3dd.zip |
better subscribe button display for accounts
Diffstat (limited to 'client/src/app/shared/shared-user-subscription')
-rw-r--r-- | client/src/app/shared/shared-user-subscription/subscribe-button.component.scss | 3 |
1 files changed, 2 insertions, 1 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 b739c5ae2..f6cdc11c0 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 | |||
@@ -21,7 +21,8 @@ | |||
21 | height: 35px; | 21 | height: 35px; |
22 | 22 | ||
23 | & > button:first-child { | 23 | & > button:first-child { |
24 | width: 175px; | 24 | width: max-content; |
25 | min-width: 175px; | ||
25 | } | 26 | } |
26 | 27 | ||
27 | button .extra-text { | 28 | button .extra-text { |