Add store location map manager #20
@ -864,7 +864,7 @@
|
|||||||
|
|
||||||
.location-map-toolbar {
|
.location-map-toolbar {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: minmax(0, 8.25rem) minmax(0, 1fr);
|
grid-template-columns: 136px minmax(0, 1fr);
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: stretch;
|
justify-content: stretch;
|
||||||
column-gap: 0.15rem;
|
column-gap: 0.15rem;
|
||||||
@ -873,7 +873,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.location-map-toolbar.has-history-slot {
|
.location-map-toolbar.has-history-slot {
|
||||||
grid-template-columns: minmax(0, 8.25rem) 5rem minmax(0, 1fr);
|
grid-template-columns: 136px 80px minmax(0, 1fr);
|
||||||
}
|
}
|
||||||
|
|
||||||
.location-map-mode-group {
|
.location-map-mode-group {
|
||||||
@ -905,8 +905,8 @@
|
|||||||
|
|
||||||
.location-map-history-buttons {
|
.location-map-history-buttons {
|
||||||
grid-column: 2;
|
grid-column: 2;
|
||||||
gap: 0.12rem;
|
gap: 0;
|
||||||
width: 5rem;
|
width: 80px;
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -955,15 +955,15 @@
|
|||||||
|
|
||||||
@media (max-width: 380px) {
|
@media (max-width: 380px) {
|
||||||
.location-map-toolbar {
|
.location-map-toolbar {
|
||||||
grid-template-columns: minmax(0, 1fr) 5rem;
|
grid-template-columns: minmax(0, 1fr) 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.location-map-toolbar.has-history-slot {
|
.location-map-toolbar.has-history-slot {
|
||||||
grid-template-columns: minmax(0, 1fr) 5rem;
|
grid-template-columns: minmax(0, 1fr) 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.location-map-history-buttons {
|
.location-map-history-buttons {
|
||||||
width: 5rem;
|
width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.location-map-history-buttons button,
|
.location-map-history-buttons button,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user