}
/>
>
diff --git a/webapp/src/features/controls/layer-control.tsx b/webapp/src/features/controls/layer-control.tsx
index 4789ac60..af0a0cf2 100644
--- a/webapp/src/features/controls/layer-control.tsx
+++ b/webapp/src/features/controls/layer-control.tsx
@@ -24,7 +24,7 @@ const ICON_SIZE = 18;
export const renderAnchor: LayerControlRenderAnchor = () => {
const container = document.createElement("div");
- container.className = "cursor-pointer p-sm";
+ container.className = "cursor-pointer p-2";
const root = createRoot(container);
root.render(
);
return container;
@@ -134,7 +134,7 @@ function LayerRow({
key={key}
orientation="horizontal"
>
-
+
{renderIcon?.(isChecked)}
{
const container = document.createElement("div");
container.className =
- "cursor-pointer px-sm py-xs flex flex-row gap-sm mb-xs w-full rounded-sm hover:bg-accent";
+ "cursor-pointer px-2 py-1 flex flex-row gap-2 mb-1 w-full rounded-sm hover:bg-accent";
const root = createRoot(container);
root.render(
diff --git a/webapp/src/features/indicators/components/indicator-date.tsx b/webapp/src/features/indicators/components/indicator-date.tsx
index b2bec7b6..7f6f6995 100644
--- a/webapp/src/features/indicators/components/indicator-date.tsx
+++ b/webapp/src/features/indicators/components/indicator-date.tsx
@@ -13,8 +13,8 @@ export const IndicatorDate: FC = ({ date }) => {
const { t } = useTranslation("all4trees");
return (
-
-
+
+
{t("indicators.common.date")}
diff --git a/webapp/src/features/indicators/components/indicator-raw-value.tsx b/webapp/src/features/indicators/components/indicator-raw-value.tsx
index b2fde9c1..51e37fd4 100644
--- a/webapp/src/features/indicators/components/indicator-raw-value.tsx
+++ b/webapp/src/features/indicators/components/indicator-raw-value.tsx
@@ -16,8 +16,8 @@ export const IndicatorRawValue: FC
= ({
}
return (
-
-
+
+
diff --git a/webapp/src/features/indicators/components/indicator-scroll-container.tsx b/webapp/src/features/indicators/components/indicator-scroll-container.tsx
index 3f2f6dcd..3aef4b28 100644
--- a/webapp/src/features/indicators/components/indicator-scroll-container.tsx
+++ b/webapp/src/features/indicators/components/indicator-scroll-container.tsx
@@ -13,7 +13,7 @@ export const IndicatorScrollContainer: FC
= ({
return (
= ({
);
return (
-
-
+
+
{iconStart}
{title}
{valueIndicators.length > 0 && (
- {valueIndicators}
+ {valueIndicators}
)}
{chartIndicators.length > 0 && (
-
+
{chartIndicators.map((child, index) => (
// `w-0 min-w-full` makes each chart fill the available width without
// contributing to the popup's intrinsic (max-content) width. Charts
diff --git a/webapp/src/features/indicators/soil/use-soil-indicator-elements.tsx b/webapp/src/features/indicators/soil/use-soil-indicator-elements.tsx
index b65a651a..6780dfa8 100644
--- a/webapp/src/features/indicators/soil/use-soil-indicator-elements.tsx
+++ b/webapp/src/features/indicators/soil/use-soil-indicator-elements.tsx
@@ -40,7 +40,7 @@ export const useSoilIndicatorElements = (
{ type: "divider" },
{
children: (
-
+
= ({
}) => {
return (
{icon}
@@ -70,13 +70,13 @@ export const IndicatorPopupHeader: FC = ({
{(subtitle || date) && (
{subtitle && {subtitle}}
{date && (
-
+
diff --git a/webapp/src/features/popup/forest-inventory/popup-forest-inventory.tsx b/webapp/src/features/popup/forest-inventory/popup-forest-inventory.tsx
index f8b96abe..a744a0ca 100644
--- a/webapp/src/features/popup/forest-inventory/popup-forest-inventory.tsx
+++ b/webapp/src/features/popup/forest-inventory/popup-forest-inventory.tsx
@@ -80,7 +80,7 @@ export const ForestInventoryPopupContent: FC<
/>
setSelectedTab(value as TabKind)}
options={[
{
diff --git a/webapp/src/features/popup/socio-eco/popup-socio-eco.tsx b/webapp/src/features/popup/socio-eco/popup-socio-eco.tsx
index 1f3c6b03..07dac99b 100644
--- a/webapp/src/features/popup/socio-eco/popup-socio-eco.tsx
+++ b/webapp/src/features/popup/socio-eco/popup-socio-eco.tsx
@@ -76,7 +76,7 @@ export const SocioEcoIndicator: FC = ({
/>
setSelectedTab(value as TabKind)}
options={[
{
diff --git a/webapp/src/widgets/header/index.tsx b/webapp/src/widgets/header/index.tsx
index 343b7ae9..c8d1aeb7 100644
--- a/webapp/src/widgets/header/index.tsx
+++ b/webapp/src/widgets/header/index.tsx
@@ -29,7 +29,7 @@ export const Header: FC = ({ logoSrc, hasDashboard }) => {
return (
-
+
![Logo]()
{
{colorModes.map((config) => (
setTheme(config.identifier)}
>
diff --git a/webapp/src/widgets/map-sidebar/main.tsx b/webapp/src/widgets/map-sidebar/main.tsx
index b5a33348..9b11d3b6 100644
--- a/webapp/src/widgets/map-sidebar/main.tsx
+++ b/webapp/src/widgets/map-sidebar/main.tsx
@@ -21,7 +21,7 @@ export function MapSidebar() {
return (
-
+
{t("filters.sidebarLayout.title")}
@@ -29,7 +29,7 @@ export function MapSidebar() {
setSelectedFilterKind(value)}
options={[
{
@@ -45,7 +45,7 @@ export function MapSidebar() {
/>