maplibre / ngx-maplibre-gl

Angular binding of maplibre-gl
https://maplibre.org/ngx-maplibre-gl/
MIT License
65 stars 25 forks source link

use same labels for mobile menu #161

Closed marcjulian closed 2 months ago

marcjulian commented 2 months ago

Mobile menu

CleanShot 2024-04-09 at 14 15 35

Desktop menu

CleanShot 2024-04-09 at 14 15 49

HarelM commented 2 months ago

Can we use a responsive navbar somehow to avoid this from breaking in the future?

marcjulian commented 2 months ago

Not sure if it that easy, because we use mat-menu for the mobile menu and just a div for the desktop menu. I will think about it.