diff --git a/client/src/app/shared/shared-forms/input-text.component.scss b/client/src/app/shared/shared-forms/input-text.component.scss index ae8bf5fec..8f1cadea4 100644 --- a/client/src/app/shared/shared-forms/input-text.component.scss +++ b/client/src/app/shared/shared-forms/input-text.component.scss @@ -9,6 +9,11 @@ input { .btn { @include button-with-icon(18px); + + & { + line-height: 18px; + top: 0; + } } .copy-text { diff --git a/client/src/app/shared/shared-user-subscription/subscribe-button.component.html b/client/src/app/shared/shared-user-subscription/subscribe-button.component.html index f4abb3ff1..fb2a7011b 100644 --- a/client/src/app/shared/shared-user-subscription/subscribe-button.component.html +++ b/client/src/app/shared/shared-user-subscription/subscribe-button.component.html @@ -1,71 +1,63 @@
- -
+ +
@if (isSingleSubscribe) { Subscribe } @else {
Subscribe to all channels
-
+
{{ subscribeStatus(true).length }}/{{ subscribed.size }} channels subscribed
}
- - - {{ videoChannels[0].followersCount | myNumberFormatter }} - - + @if (isUserLoggedIn()) { @if (isAllChannelsSubscribed) { - } @else { - + + } - + } @else { + + } - - +