1
0
forked from mirror/misskey

フッターボタンのpaddingを小さく

This commit is contained in:
moris 2025-02-08 10:17:06 +09:00
parent 725bd5979d
commit ad9554341a

View File

@ -459,7 +459,7 @@ const isDeleted = ref(false);
.footerButton {
margin: 0;
padding: 8px;
padding: 6px;
opacity: 0.7;
&:not(:last-child) {