mirror of
https://github.com/paricafe/misskey.git
synced 2025-02-17 17:07:28 -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;
|
position: relative;
|
||||||
z-index: 1; // 他コンポーネントのbox-shadowに隠されないようにするため
|
z-index: 1; // 他コンポーネントのbox-shadowに隠されないようにするため
|
||||||
display: block;
|
display: block;
|
||||||
min-width: 75px;
|
min-width: 80px;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
padding: 7px 14px;
|
padding: 7px 14px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue