mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-19 00:04:24 -05:00
fix(tasks): hide add button text on tablet
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user