Fixes log-in logo being stretched on Safari (#1868)

This commit is contained in:
AppleMacOS 2021-04-25 11:45:34 -04:00 committed by GitHub
parent 0ef780e758
commit dbb11be8e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View File

@ -75,6 +75,7 @@ public class Contributors {
new Contributor("Kopo942", CODE),
new Contributor("WolverStones", LANG),
new Contributor("BruilsiozPro", LANG),
new Contributor("AppleMacOS", CODE),
};
private Contributors() {

View File

@ -199,7 +199,6 @@ figure {
}
img {
height: auto;
vertical-align: middle;
border-style: none;
}

View File

@ -28,6 +28,7 @@
.w-15 {
width: 15% !important;
height: 50%;
}
.w-22 {