+
-
diff --git a/package.json b/package.json
index 1db29d1118..304efac6b6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "misskey",
- "version": "12.118.1-calc.6.6",
+ "version": "12.118.1-calc.6.7",
"codename": "aqua",
"repository": {
"type": "git",
diff --git a/packages/client/src/components/cw-button.vue b/packages/client/src/components/cw-button.vue
index d37bd5e13c..ec0ebac7c6 100644
--- a/packages/client/src/components/cw-button.vue
+++ b/packages/client/src/components/cw-button.vue
@@ -45,6 +45,7 @@ const toggle = () => {
width: 90%;
border-radius: 10px;
margin-top: 10px;
+ margin-bottom: 10px;
transition: background-color 0.25s ease-in-out;
&:hover {
diff --git a/packages/client/src/components/note-detailed.vue b/packages/client/src/components/note-detailed.vue
index c4ee663c77..e44e9993dd 100644
--- a/packages/client/src/components/note-detailed.vue
+++ b/packages/client/src/components/note-detailed.vue
@@ -46,58 +46,60 @@