From 490109c7660657320d7d67a3b662e5d969dae3dd Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 12 Jan 2021 01:18:34 +0100 Subject: better subscribe button display for accounts --- client/src/app/+accounts/accounts.component.scss | 4 ++++ .../shared/shared-user-subscription/subscribe-button.component.scss | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'client') diff --git a/client/src/app/+accounts/accounts.component.scss b/client/src/app/+accounts/accounts.component.scss index e6ab3c036..40c6b6493 100644 --- a/client/src/app/+accounts/accounts.component.scss +++ b/client/src/app/+accounts/accounts.component.scss @@ -89,6 +89,10 @@ my-user-moderation-dropdown, text-align: center; } } + + .right-buttons { + margin-left: 0; + } } } } 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 @@ height: 35px; & > button:first-child { - width: 175px; + width: max-content; + min-width: 175px; } button .extra-text { -- cgit v1.2.3