summaryrefslogtreecommitdiff
path: root/static/input.css
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'static/input.css')
-rw-r--r--static/input.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/static/input.css b/static/input.css
index 47e7d16..7b7da23 100644
--- a/static/input.css
+++ b/static/input.css
@@ -581,10 +581,6 @@ body[data-theme~="ram"] .leaflet-tile {
width: 100vw;
}
- .ar-lt-0\.8\:max-h-\[25\%\] {
- max-height: 25%;
- }
-
.ar-lt-0\.8\:max-h-\[80\%\] {
max-height: 80%;
}
@@ -630,6 +626,11 @@ body[data-theme~="ram"] .leaflet-tile {
height: 20vmin;
user-select: none;
-webkit-user-select: none;
+ box-shadow:
+ inset 1vmin 1vmin var(--background-dark-color),
+ inset -1vmin -1vmin var(--main-light-color),
+ 1vmin 1vmin var(--background-dark-color),
+ -1vmin -1vmin var(--main-dark-color);
}
@keyframes blink {