mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix Map Attribution Problems (#10696)
* Fix Map Attribution Errors * Move "Limit" Dropdown to the left * fix pagination styles * move attribution to the left
This commit is contained in:
@@ -112,10 +112,21 @@
|
||||
font-size: 0.8em;
|
||||
color: var(--foreground-normal);
|
||||
background: var(--background-input);
|
||||
border-radius: 6px 0 0 0;
|
||||
border: 1px solid var(--border-normal);
|
||||
border-right: none;
|
||||
border-bottom: none;
|
||||
border-radius: 0 6px 0 0;
|
||||
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
|
||||
|
||||
a {
|
||||
color: var(--foreground-normal);
|
||||
|
||||
&:hover {
|
||||
color: var(--foreground-normal-alt);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.maplibregl-ctrl-bottom-left {
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
|
||||
.mapboxgl-ctrl-geocoder {
|
||||
|
||||
Reference in New Issue
Block a user