From 947d01023d53b5b79174775abfd27823678e597b Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 3 Apr 2020 14:13:24 +0200 Subject: Improve channel and account display on medium devices --- .../app/shared/user-subscription/subscribe-button.component.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'client/src/app/shared') diff --git a/client/src/app/shared/user-subscription/subscribe-button.component.scss b/client/src/app/shared/user-subscription/subscribe-button.component.scss index 114a12f06..5283a6cc3 100644 --- a/client/src/app/shared/user-subscription/subscribe-button.component.scss +++ b/client/src/app/shared/user-subscription/subscribe-button.component.scss @@ -13,9 +13,17 @@ font-size: 15px; } + &:not(.big) { + white-space: nowrap; + } + &.big { height: 35px; + & > button:first-child { + width: 175px; + } + button .extra-text { span:first-child { line-height: 80%; -- cgit v1.2.3