From 5d033191d8ef5379fd9ab404f8e05589c04efce8 Mon Sep 17 00:00:00 2001 From: Isarra Date: Thu, 18 Mar 2021 20:24:49 +0000 Subject: [PATCH] Forcibly set icon logos to 135px wide Because why assume we can trust our users to configure things sensibly?! Change-Id: Ia95d8e8497baffefece9314d9260cb0f9cb77cf3 --- resources/screen-desktop.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/screen-desktop.less b/resources/screen-desktop.less index 798c1be..1dfa052 100644 --- a/resources/screen-desktop.less +++ b/resources/screen-desktop.less @@ -189,7 +189,9 @@ div.mw-notification-area { background-image: none; img { - max-width: 156px; + // Let's not assume our users are sizing these to anything in particular + // 135px because that keeps things semi-consistent with logo parts of oldstyle logos + width: 135px; height: auto; margin: 0.75em 0 0.5em; }