Commit 4985d7cd authored by DepFA's avatar DepFA Committed by GitHub

Add aspect ratio overlay styles

parent 5a1951f1
......@@ -328,3 +328,14 @@ input[type="range"]{
.modalNext:hover {
background-color: rgba(0, 0, 0, 0.8);
}
#imageARPreview{
position:absolute;
top:0px;
left:0px;
border:2px solid red;
background:rgba(255, 0, 0, 0.3);
z-index: 900;
pointer-events:none;
display:none;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment