aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-22 09:03:41 +0100
committerChocobozzz <me@florianbigard.com>2023-02-22 09:03:41 +0100
commitb849adf9d807a59de23a0e4983417e213fee2beb (patch)
tree759e2b6f5fe22a6b748fbefa05dcab31033c2e00 /client/src/app/shared
parent39a88d24c7d32e5e17f3741266226525fe6363d8 (diff)
downloadPeerTube-b849adf9d807a59de23a0e4983417e213fee2beb.tar.gz
PeerTube-b849adf9d807a59de23a0e4983417e213fee2beb.tar.zst
PeerTube-b849adf9d807a59de23a0e4983417e213fee2beb.zip
Fix channel buttons height
Diffstat (limited to 'client/src/app/shared')
-rw-r--r--client/src/app/shared/shared-user-subscription/subscribe-button.component.scss2
1 files changed, 2 insertions, 0 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 889596b62..972731116 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
@@ -4,6 +4,8 @@
4.btn-group-subscribe { 4.btn-group-subscribe {
5 @include peertube-button; 5 @include peertube-button;
6 6
7 padding: 0;
8
7 button.dropdown-toggle { 9 button.dropdown-toggle {
8 font-size: $button-font-size; 10 font-size: $button-font-size;
9 line-height: 1.2; 11 line-height: 1.2;