mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
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:
parent
3ceed77f49
commit
04f1fec177
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user