Fix button height

pull/5677/head
Chocobozzz 2023-03-06 11:21:52 +01:00
parent 68773f79fa
commit 464e4ed92c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 6 additions and 0 deletions

View File

@ -155,6 +155,7 @@
@mixin orange-button-inverted {
@include button-focus(pvar(--mainColorLightest));
padding: 2px 13px;
border: 2px solid pvar(--mainColor);
font-weight: $font-semibold;
@ -263,6 +264,7 @@
cursor: pointer;
font-size: $button-font-size;
line-height: $button-font-size + math.round(math.div($button-font-size, 2));
my-global-icon + * {
@include margin-right(4px);
@ -312,6 +314,10 @@
width: $width;
top: $top;
}
span {
vertical-align: middle;
}
}
@mixin peertube-file {