1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-20 07:49:22 -05:00

tweak MkButton min-width

This commit is contained in:
fly_mc 2024-10-19 00:33:13 +08:00
parent 67424e98a0
commit 8c1830c85e

View file

@ -121,7 +121,7 @@ function onMousedown(evt: MouseEvent): void {
position: relative;
z-index: 1; // box-shadow
display: block;
min-width: 100px;
min-width: 75px;
width: max-content;
padding: 7px 14px;
text-align: center;