Fleet UI: Hide more options button when at larger widths (#26632)

This commit is contained in:
RachelElysia 2025-02-26 16:07:59 -05:00 committed by GitHub
parent 8a531a65d4
commit 8c7a543571
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,5 +35,9 @@
}
}
}
@media (min-width: $break-md) {
display: none;
}
}
}