fix(ui): make task subtag buttons full width

This commit is contained in:
Youzini-afk
2026-04-13 02:23:43 +08:00
parent ff0b532a00
commit a275899a2e

View File

@@ -671,6 +671,15 @@
line-height: 1.4;
}
.bme-task-nav {
display: flex;
gap: 8px;
}
.bme-task-nav-desktop {
flex-direction: column;
}
.bme-task-nav-btn {
display: flex;
align-items: center;