feat(dashboard): add inbox task actions (#32)

* feat(dashboard): add inbox task actions

* style(dashboard): format inbox actions
This commit is contained in:
Eyejoker
2026-04-27 01:47:42 +09:00
committed by GitHub
parent 22bd24ec88
commit a352b9af5b
2 changed files with 46 additions and 1 deletions

View File

@@ -1000,6 +1000,10 @@ progress::-moz-progress-bar {
text-decoration: none;
}
.inbox-actions {
padding-top: 2px;
}
.health-overview {
display: flex;
gap: 10px;