diff --git a/UI/Popup/AllTagsPanel.svelte b/UI/Popup/AllTagsPanel.svelte
index 6baa5009b..c178563f3 100644
--- a/UI/Popup/AllTagsPanel.svelte
+++ b/UI/Popup/AllTagsPanel.svelte
@@ -57,7 +57,7 @@
onDestroy(allTags.addCallbackAndRunD(allTags => {
_allTags = allTags;
}));
- const tagsTable = new Table(["Key", "Value"], _allTags).SetClass("zebra-table");
+ const tagsTable = new Table(["Key", "Value"], _allTags).SetClass("zebra-table break-all");
diff --git a/UI/ThemeViewGUI.svelte b/UI/ThemeViewGUI.svelte
index 676ce6eed..7c304d1e7 100644
--- a/UI/ThemeViewGUI.svelte
+++ b/UI/ThemeViewGUI.svelte
@@ -134,7 +134,7 @@
v !== undefined && selectedLayer.data !== undefined && !selectedLayer.data.popupInFloatover,[ selectedLayer] )}>
{selectedElement.setData(undefined)}}>
-
+
diff --git a/css/index-tailwind-output.css b/css/index-tailwind-output.css
index 74a5c95b0..af9897acb 100644
--- a/css/index-tailwind-output.css
+++ b/css/index-tailwind-output.css
@@ -1171,10 +1171,6 @@ video {
flex-shrink: 0;
}
-.flex-grow {
- flex-grow: 1;
-}
-
.grow {
flex-grow: 1;
}
@@ -1301,12 +1297,6 @@ video {
row-gap: 0.25rem;
}
-.space-x-2 > :not([hidden]) ~ :not([hidden]) {
- --tw-space-x-reverse: 0;
- margin-right: calc(0.5rem * var(--tw-space-x-reverse));
- margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
-}
-
.self-end {
align-self: flex-end;
}
@@ -1323,8 +1313,8 @@ video {
overflow: hidden;
}
-.overflow-scroll {
- overflow: scroll;
+.overflow-y-auto {
+ overflow-y: auto;
}
.truncate {
@@ -1374,10 +1364,6 @@ video {
border-radius: 0.375rem;
}
-.rounded-2xl {
- border-radius: 1rem;
-}
-
.rounded-sm {
border-radius: 0.125rem;
}
@@ -1407,8 +1393,8 @@ video {
border-bottom-width: 1px;
}
-.border-solid {
- border-style: solid;
+.border-b-2 {
+ border-bottom-width: 2px;
}
.border-dashed {
@@ -1600,14 +1586,14 @@ video {
padding-left: 0.75rem;
}
-.pl-1 {
- padding-left: 0.25rem;
-}
-
.pr-0 {
padding-right: 0px;
}
+.pl-1 {
+ padding-left: 0.25rem;
+}
+
.pr-1 {
padding-right: 0.25rem;
}
@@ -1773,6 +1759,12 @@ video {
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
+.drop-shadow-2xl {
+ --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
+ -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
+}
+
.grayscale {
--tw-grayscale: grayscale(100%);
-webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
@@ -2128,7 +2120,7 @@ li::marker {
}
.shadow {
- box-shadow: 0 0 10px var(--shadow-color);
+ box-shadow: 0 0 20px var(--shadow-color);
}
.title-font span {
@@ -2378,10 +2370,6 @@ input {
max-width: 36rem;
}
- .sm\:flex-row {
- flex-direction: row;
- }
-
.sm\:items-stretch {
align-items: stretch;
}
diff --git a/index.css b/index.css
index 61ef17031..f3fe601b0 100644
--- a/index.css
+++ b/index.css
@@ -344,7 +344,7 @@ li::marker {
}
.shadow {
- box-shadow: 0 0 10px var(--shadow-color);
+ box-shadow: 0 0 20px var(--shadow-color);
}
.title-font span {
diff --git a/package.json b/package.json
index c2ec8251c..564140159 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mapcomplete",
- "version": "0.30.2",
+ "version": "0.30.3",
"repository": "https://github.com/pietervdvn/MapComplete",
"description": "A small website to edit OSM easily",
"bugs": "https://github.com/pietervdvn/MapComplete/issues",