fix(tasks): hide add button text on tablet

This commit is contained in:
kolaente 2025-07-28 17:07:17 +02:00
parent 42c5de99c4
commit c09be9c4b0
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ defineExpose({
.add-task-button {
height: 100% !important;
@media screen and (max-width: $mobile) {
@media screen and (max-width: $tablet) {
.button-text {
display: none;
}