This commit is contained in:
syuilo 2023-02-12 14:25:34 +09:00
parent 0879ab50b8
commit b3d8134c7a
1 changed files with 4 additions and 2 deletions

View File

@ -183,8 +183,10 @@ onMounted(() => {
> .menu { > .menu {
position: absolute; position: absolute;
top: 8px; top: 8px;
right: 42px; right: 44px;
padding: 8px; padding: 6px;
background: var(--panel);
border-radius: 999px;
} }
> .koudoku-button { > .koudoku-button {