Match mobile task state button height

This commit is contained in:
pewdiepie-archdaemon
2026-06-02 07:06:17 +09:00
parent ed946d8e61
commit cd0c5fec03

View File

@@ -21237,8 +21237,11 @@ a.chat-link[href^="#research-"] {
.task-card .task-state-badge {
width: 20px;
min-width: 20px;
height: 20px;
min-height: 20px;
padding-left: 0;
padding-right: 0;
box-sizing: border-box;
justify-content: center;
}
.task-card .task-state-badge .task-state-label {