rpiConfigServer: Force brand icon to fixed size

This fixes the size across all browsers.
This commit is contained in:
Peter Johnson 2018-12-18 22:17:19 -08:00
parent af4bf84185
commit ee8ffe0636
No known key found for this signature in database
GPG Key ID: D39DD4DA7D41E329

View File

@ -23,16 +23,16 @@
} }
} }
/* Fix icon on IE */
_:-ms-lang(x), .brand-icon {
height: 75%;
-ms-interpolation-mode: bicubic;
}
.spin { .spin {
animation: spinnow 5s infinite linear; animation: spinnow 5s infinite linear;
} }
.brand-icon {
width: 32px;
height: 32px;
-ms-interpolation-mode: bicubic;
}
/* /*
* Console Log * Console Log
*/ */