feat: restrict admin areas and show mobile pickups
Limit monitoring and journal access to admins, reduce regular-user navigation, and show the latest pickup directly in mobile configuration cards.
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.app-navigation--compact {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.app-navigation__mobile-header,
|
||||
.app-navigation__mobile-menu {
|
||||
display: none;
|
||||
@@ -37,6 +41,10 @@
|
||||
margin: 0 -0.25rem 0.75rem;
|
||||
}
|
||||
|
||||
.app-navigation--compact {
|
||||
margin-bottom: 0.35rem;
|
||||
}
|
||||
|
||||
.app-navigation__desktop {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user