feat: show task popup close icon on mobile
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
kolaente 2021-10-21 20:48:50 +02:00
parent 992cec40e4
commit 2dc94bc565
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -57,7 +57,7 @@ export default {
font-size: 2rem;
@media screen and (max-width: $desktop) {
display: none;
color: $dark;
}
}
</style>