add todo setup
This commit is contained in:
@@ -108,4 +108,22 @@ tooltip {
|
||||
.icon-label {
|
||||
font-family: "Material Icons, Font Awesome 7 Brands, Hack Nerd Font Mono";
|
||||
font-size: 19px;
|
||||
}
|
||||
|
||||
.todo-popover-container {
|
||||
padding: 10px;
|
||||
background-color: #1e1e1e;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.todo-input-area {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.todo-input {
|
||||
padding: 5px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #555555;
|
||||
background-color: #222222;
|
||||
color: #ffffff;
|
||||
}
|
||||
Reference in New Issue
Block a user