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>
|
||||
</div>
|
||||
<div id="details" style="display: none;">
|
||||
<span>Longitude: <input type="number" id="long"/></span>
|
||||
<span>Latitude: <input type="number" id="lat"/></span>
|
||||
<button onclick="populateLocation()" id="here">Current Location</button>
|
||||
<span>Title: <input type="text" id="title" placeholder="123 A Place"/></span>
|
||||
<span>Notes: <input type="text" id="notes" placeholder="Location Notes" /></span>
|
||||
<span>Longitude: <input type="number" id="long"/></span><br>
|
||||
<span>Latitude: <input type="number" id="lat"/></span><br>
|
||||
<button onclick="populateLocation()" id="here">Current Location</button><br>
|
||||
<span>Title: <input type="text" id="title" placeholder="123 A Place"/></span><br>
|
||||
<span>Notes: <input type="text" id="notes" placeholder="Location Notes" /></span><br>
|
||||
<button onclick="render()">Finish</button>
|
||||
</div>
|
||||
<div id="finalresult" style="display: none;">
|
||||
|
||||
@@ -128,6 +128,7 @@ button:hover {
|
||||
|
||||
input {
|
||||
font-size: 1.5em;
|
||||
max-width: 100vw;
|
||||
}
|
||||
|
||||
#details > span {
|
||||
@@ -144,4 +145,10 @@ input {
|
||||
|
||||
iframe {
|
||||
flex-grow: 3;
|
||||
}
|
||||
|
||||
#details {
|
||||
overflow-y: auto;
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user