From 04f1fec1778825fad78714d4a4b3da8d04f61370 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Wed, 30 Apr 2025 10:48:33 +0000 Subject: [PATCH] Fix PM/News box alignment In unclear cases, the minimize/close buttons would be too tall, interfering with the rest of the window. Setting it one pixel shorter solves this (a solution already in use in Preact client). --- play.pokemonshowdown.com/style/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.pokemonshowdown.com/style/client.css b/play.pokemonshowdown.com/style/client.css index 7f0e929a8..149831daa 100644 --- a/play.pokemonshowdown.com/style/client.css +++ b/play.pokemonshowdown.com/style/client.css @@ -698,7 +698,7 @@ p.or:after { float: right; margin: -2px -5px 0 0; width: 22px; - height: 22px; + height: 21px; } .pm-window h3 small { color: #888888;