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, 4 insertions, 5 deletions
diff --git a/static/input.css b/static/input.css
index 7b7da23..47e7d16 100644
--- a/static/input.css
+++ b/static/input.css
@@ -581,6 +581,10 @@ 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%;
}
@@ -626,11 +630,6 @@ 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 {