feat: done task message
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 268 B |
+15
-2
@@ -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%;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user