1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 10:16:10 +02:00
This commit is contained in:
syuilo
2021-10-17 18:47:33 +09:00
parent a607149b19
commit 37e666817f

View File

@@ -36,7 +36,7 @@ export default defineComponent({
> button {
flex: 1;
padding: 10px 8px;
border-radius: 6px;
border-radius: var(--radius);
&:disabled {
opacity: 1 !important;