aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/header/header.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-03-16 10:05:55 +0100
committerChocobozzz <me@florianbigard.com>2023-03-16 10:05:55 +0100
commit30f939c4b785e8cf2ad829a86f4b2f5892c2fda8 (patch)
tree0e92c36b04d5eab37108120721d671454868cb19 /client/src/app/header/header.component.scss
parenta31aed9c1ceee068656115096d0652ad12848936 (diff)
downloadPeerTube-30f939c4b785e8cf2ad829a86f4b2f5892c2fda8.tar.gz
PeerTube-30f939c4b785e8cf2ad829a86f4b2f5892c2fda8.tar.zst
PeerTube-30f939c4b785e8cf2ad829a86f4b2f5892c2fda8.zip
Fix button/input/select heights
Diffstat (limited to 'client/src/app/header/header.component.scss')
-rw-r--r--client/src/app/header/header.component.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss
index ef7749ced..37bee4645 100644
--- a/client/src/app/header/header.component.scss
+++ b/client/src/app/header/header.component.scss
@@ -2,9 +2,7 @@
2@use '_mixins' as *; 2@use '_mixins' as *;
3 3
4.publish-button { 4.publish-button {
5 @include peertube-button-link; 5 @include button-with-icon(21px, 3px, -1px);
6 @include orange-button;
7 @include button-with-icon(22px, 3px, -1px);
8 @include margin-right(25px); 6 @include margin-right(25px);
9 7
10 @media screen and (max-width: $mobile-view) { 8 @media screen and (max-width: $mobile-view) {