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