Change the location of theme & datalayer buttons
This commit is contained in:
parent
7c47757ef5
commit
fa92037c79
@ -73,14 +73,14 @@
|
||||
}
|
||||
|
||||
.theme-switcher {
|
||||
top: 77px;
|
||||
top: 87px;
|
||||
}
|
||||
.theme-switcher .btn {
|
||||
min-width: 340px;
|
||||
}
|
||||
|
||||
.data-switcher {
|
||||
top: 117px;
|
||||
top: 127px;
|
||||
}
|
||||
.data-switcher .btn {
|
||||
min-width: 340px;
|
||||
|
@ -149,7 +149,10 @@ export const ColouringMap: FC<ColouringMapProps> = ({
|
||||
mapColourScale={mapColourScale}
|
||||
onMapColourScale={onMapColourScale}
|
||||
/>
|
||||
|
||||
<ThemeSwitcher
|
||||
onSubmit={darkLightThemeSwitch}
|
||||
currentTheme={darkLightTheme}
|
||||
/>
|
||||
<DataLayerSwitcher />
|
||||
{showLayerSelection == "enabled" ? (
|
||||
<>
|
||||
|
Loading…
Reference in New Issue
Block a user