mirror of https://github.com/Chocobozzz/PeerTube
Fix action button height
parent
a9536a4be9
commit
2729af6ddd
|
@ -22,7 +22,7 @@
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
font-weight: $font-semibold;
|
font-weight: $font-semibold;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0 10px;
|
padding: 4px 10px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
color: pvar(--actionButtonColor);
|
color: pvar(--actionButtonColor);
|
||||||
|
|
Loading…
Reference in New Issue