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

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;
}