feat: done task message

This commit is contained in:
2025-02-04 13:29:17 +03:00
committed by Sweetbread
parent 793962a8e8
commit f5c32f761d
4 changed files with 21 additions and 6 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

+15 -2
View File
@@ -19,6 +19,19 @@
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.90);
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.done {
position-area: center;
width: 10%;
height: auto;
image-rendering: pixelated;
text-align: center;
}
::-webkit-scrollbar {
@@ -124,9 +137,10 @@
font-family: Monocraft;
text-align: center;
color: rgba(225, 225, 225, 0.6);
text-align: right;
cursor: pointer;
transition: 0.3s;
margin: 1rem;
padding: 1rem;
}
.usable-context:hover {
@@ -147,7 +161,6 @@
display: flex;
flex-wrap: wrap;
height: 100%;
}