From 24c321a26fb2c88ebd9f47d8ef9677da1cc19e4f Mon Sep 17 00:00:00 2001 From: Wruczek Date: Sun, 22 Oct 2017 21:27:43 +0200 Subject: [PATCH] max width / height for teamspeak icons --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 60f2f0e..b1bf810 100644 --- a/css/style.css +++ b/css/style.css @@ -31,8 +31,8 @@ p, a { /* Force 16px icon size after TeamSpeak update 3.1.5 */ .ts3_viewer img, .adminlist img { - width: 16px; - height: 16px; + max-height: 16px; + max-width: 16px } /* ****** */