mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 14:06:44 -06:00
tweak MkButton
This commit is contained in:
parent
278a4a0ba1
commit
6eed02c874
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: 75px;
|
||||
min-width: 80px;
|
||||
width: max-content;
|
||||
padding: 7px 14px;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue