diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-28 09:30:22 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-28 09:30:22 +0100 |
commit | 2729af6ddd2b437d40d3ce91a027a4c89a633c4d (patch) | |
tree | 8039824e38f3a6f6474d236e785d04e5f920e994 | |
parent | a9536a4be90404030ff89013ad20082fbd49b8e0 (diff) | |
download | PeerTube-2729af6ddd2b437d40d3ce91a027a4c89a633c4d.tar.gz PeerTube-2729af6ddd2b437d40d3ce91a027a4c89a633c4d.tar.zst PeerTube-2729af6ddd2b437d40d3ce91a027a4c89a633c4d.zip |
Fix action button height
-rw-r--r-- | client/src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.scss b/client/src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.scss index 786d10f73..e4f9a62a9 100644 --- a/client/src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.scss +++ b/client/src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.scss | |||
@@ -22,7 +22,7 @@ | |||
22 | font-size: 100%; | 22 | font-size: 100%; |
23 | font-weight: $font-semibold; | 23 | font-weight: $font-semibold; |
24 | display: inline-block; | 24 | display: inline-block; |
25 | padding: 0 10px; | 25 | padding: 4px 10px; |
26 | white-space: nowrap; | 26 | white-space: nowrap; |
27 | background-color: transparent !important; | 27 | background-color: transparent !important; |
28 | color: pvar(--actionButtonColor); | 28 | color: pvar(--actionButtonColor); |