add todos

This commit is contained in:
2025-12-21 22:22:59 +01:00
parent 22a1b7e369
commit 0101ea1ec0
10 changed files with 273 additions and 36 deletions

View File

@@ -66,14 +66,6 @@ window {
margin-right: 0;
}
.minimized {
background-color: rgba(50, 50, 50, 0.5);
}
.restored {
background-color: transparent;
}
button {
padding: 2px 5px;
margin: 0 2px;
@@ -96,6 +88,9 @@ popover {
background-color: rgb(30, 30, 30);
color: #ffffff;
font-family: "IBMPlexSans-Regular", sans-serif;
padding: 10px;
border-radius: 8px;
border: 1px solid #444444;
}
tooltip {
@@ -111,9 +106,7 @@ tooltip {
}
.todo-popover-container {
padding: 10px;
background-color: #1e1e1e;
border-radius: 6px;
}
.todo-input-area {