Task lists WIP:
* front-end
This commit is contained in:
@ -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;
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user