From 2729af6ddd2b437d40d3ce91a027a4c89a633c4d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 28 Feb 2023 09:30:22 +0100 Subject: Fix action button height --- .../+video-watch/shared/action-buttons/action-buttons.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src') 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 @@ font-size: 100%; font-weight: $font-semibold; display: inline-block; - padding: 0 10px; + padding: 4px 10px; white-space: nowrap; background-color: transparent !important; color: pvar(--actionButtonColor); -- cgit v1.2.3