rpiConfigServer: Force brand icon to fixed size

This fixes the size across all browsers.
pull/229/head
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
1 changed files with 6 additions and 6 deletions

View File

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