Task lists WIP:

* front-end
This commit is contained in:
John Livingston
2024-05-07 09:16:16 +02:00
parent f1e3de782e
commit dfdb482172
3 changed files with 5 additions and 3 deletions

View File

@ -9,6 +9,7 @@
.task-list-line {
border: 1px solid var(--chatroom-head-bg-color);
border-radius: 4px;
display: flex;
flex-flow: row nowrap;
justify-content: space-around;

View File

@ -5,6 +5,7 @@
.task-line {
border: 1px solid var(--chatroom-head-bg-color);
border-radius: 4px;
display: flex;
flex-flow: row nowrap;
justify-content: space-around;