refactor(ActionButton): hide labels on mobile

This commit is contained in:
Timothy Z. 2025-10-10 18:22:06 +03:00
parent 4a1b0d3287
commit d832a9c136

View file

@ -66,6 +66,15 @@
.icon-container {
width: 2rem;
.icon {
width: 2rem;
height: 2rem;
}
}
.label-container {
display: none;
}
}
}