no compile errors, fully functional workspace indicators

This commit is contained in:
2026-01-31 20:00:35 +01:00
parent 7ad6f46b3c
commit f3b250759e
17 changed files with 400 additions and 809 deletions

View File

@@ -74,8 +74,14 @@ button {
color: #ffffff;
}
.workspace-pill-active {
.workspace-pill-alive {
background-color: rgba(255, 255, 255, 0.153);
}
.workspace-pill-presenting {
background-color: #666666;
color: #ffffff;
/* animation: workspace-updown 1.2s ease-in-out infinite; */
}
.workspace-pill-focused {
@@ -136,35 +142,3 @@ button {
opacity: 1;
}
}
.todo-tag-area {
min-height: 40px;
padding: 5px;
}
.tag-button {
background-color: #444444;
color: #ffffff;
padding: 2px 8px;
margin: 2px;
border-radius: 12px;
font-size: 12px;
font-family: "Hack Nerd Font Mono", sans-serif;
min-height: 24px;
min-width: 50px;
}
.tag-button:hover {
background-color: #555555;
}
.tag-button.suggested-action {
background-color: #3498db;
color: #ffffff;
}
.todo-entry-box {
margin-top: 5px;
margin-bottom: 5px;
}