fix landscape orientation
All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 42s
All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 42s
This commit is contained in:
@@ -18,11 +18,11 @@
|
|||||||
<video id="preview">video stream unavailable</video>
|
<video id="preview">video stream unavailable</video>
|
||||||
</div>
|
</div>
|
||||||
<div id="details" style="display: none;">
|
<div id="details" style="display: none;">
|
||||||
<span>Longitude: <input type="number" id="long"/></span>
|
<span>Longitude: <input type="number" id="long"/></span><br>
|
||||||
<span>Latitude: <input type="number" id="lat"/></span>
|
<span>Latitude: <input type="number" id="lat"/></span><br>
|
||||||
<button onclick="populateLocation()" id="here">Current Location</button>
|
<button onclick="populateLocation()" id="here">Current Location</button><br>
|
||||||
<span>Title: <input type="text" id="title" placeholder="123 A Place"/></span>
|
<span>Title: <input type="text" id="title" placeholder="123 A Place"/></span><br>
|
||||||
<span>Notes: <input type="text" id="notes" placeholder="Location Notes" /></span>
|
<span>Notes: <input type="text" id="notes" placeholder="Location Notes" /></span><br>
|
||||||
<button onclick="render()">Finish</button>
|
<button onclick="render()">Finish</button>
|
||||||
</div>
|
</div>
|
||||||
<div id="finalresult" style="display: none;">
|
<div id="finalresult" style="display: none;">
|
||||||
|
|||||||
@@ -128,6 +128,7 @@ button:hover {
|
|||||||
|
|
||||||
input {
|
input {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
max-width: 100vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
#details > span {
|
#details > span {
|
||||||
@@ -145,3 +146,9 @@ input {
|
|||||||
iframe {
|
iframe {
|
||||||
flex-grow: 3;
|
flex-grow: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#details {
|
||||||
|
overflow-y: auto;
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user