hid the now shown collapsible handle

This commit is contained in:
Malcolm Diller 2022-11-08 21:00:56 -08:00
parent 4eb2b818e7
commit 75a964167a

View File

@ -366,6 +366,9 @@ img {
border-radius: 5pt; border-radius: 5pt;
box-shadow: 0 20px 28px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 20px 28px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
} }
.imageTaskContainer > div > .collapsible-handle {
display: none;
}
.taskStatusLabel { .taskStatusLabel {
float: left; float: left;
font-size: 8pt; font-size: 8pt;