Zoom fade for higher zoom levels (#265)

This commit is contained in:
Nat Hillard 2021-06-30 07:08:22 -04:00 committed by GitHub
commit 92efc5c937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 1617 additions and 1348 deletions

View file

@ -0,0 +1,17 @@
.zoomWarning {
background-color: #953a10;
height: 5.5%;
width: 66%;
margin: auto;
color: white;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 50%;
left: 20%;
}
.zoomWarning > img {
filter: invert(100%);
}