aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-28 09:30:22 +0100
committerChocobozzz <me@florianbigard.com>2023-02-28 09:30:22 +0100
commit2729af6ddd2b437d40d3ce91a027a4c89a633c4d (patch)
tree8039824e38f3a6f6474d236e785d04e5f920e994 /client/src/app/+videos
parenta9536a4be90404030ff89013ad20082fbd49b8e0 (diff)
downloadPeerTube-2729af6ddd2b437d40d3ce91a027a4c89a633c4d.tar.gz
PeerTube-2729af6ddd2b437d40d3ce91a027a4c89a633c4d.tar.zst
PeerTube-2729af6ddd2b437d40d3ce91a027a4c89a633c4d.zip
Fix action button height
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r--client/src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.scss2
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);