forked from mirror/misskey
フッターボタンのpaddingを小さく
This commit is contained in:
parent
725bd5979d
commit
ad9554341a
@ -459,7 +459,7 @@ const isDeleted = ref(false);
|
|||||||
|
|
||||||
.footerButton {
|
.footerButton {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 8px;
|
padding: 6px;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
|
|
||||||
&:not(:last-child) {
|
&:not(:last-child) {
|
||||||
|
Loading…
Reference in New Issue
Block a user