From ee8ffe063694d7c78ba05b2c64e7ca9f55c925c7 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Tue, 18 Dec 2018 22:17:19 -0800 Subject: [PATCH] rpiConfigServer: Force brand icon to fixed size This fixes the size across all browsers. --- .../rpiConfigServer_src/resources/frcvision.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deps/tools/rpiConfigServer_src/resources/frcvision.css b/deps/tools/rpiConfigServer_src/resources/frcvision.css index 47d34f7..9b57ec4 100644 --- a/deps/tools/rpiConfigServer_src/resources/frcvision.css +++ b/deps/tools/rpiConfigServer_src/resources/frcvision.css @@ -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 */