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).
This commit is contained in:
Guangcong Luo 2025-04-30 10:48:33 +00:00
parent 3ceed77f49
commit 04f1fec177

View File

@ -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;