Add aspect ratio overlay styles

This commit is contained in:
DepFA 2022-09-22 01:50:42 +01:00 committed by GitHub
parent 5a1951f175
commit 4985d7cd04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -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;
}