Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alfakhori
Gengenbach
Commits
0d3fb29f
Commit
0d3fb29f
authored
Sep 21, 2026
by
Alfakhori
Browse files
fix darkining
parent
52b3b364
Pipeline
#12458
passed with stage
in 23 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
public/ar_main.js
View file @
0d3fb29f
This diff is collapsed.
Click to expand it.
public/style.css
View file @
0d3fb29f
...
...
@@ -266,3 +266,41 @@ button:active {
background-color
:
#0056b3
;
transform
:
scale
(
0.95
);
}
/* ============================================================
MAP WINDOW
============================================================ */
#map-window
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100vw
;
height
:
100vh
;
display
:
none
;
background
:
#ffffff
;
z-index
:
100
;
box-sizing
:
border-box
;
}
/* Map itself */
#map-container
{
width
:
100%
;
height
:
100%
;
position
:
relative
;
}
/* Make sure Leaflet fills the map window */
#map-container
.leaflet-container
{
width
:
100%
;
height
:
100%
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment