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:
parent
67424e98a0
commit
8c1830c85e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue