rpiConfigServer: Force brand icon to fixed size
This fixes the size across all browsers.
This commit is contained in:
parent
af4bf84185
commit
ee8ffe0636
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user