UX: Fix remove-user-from-pm hover styling (#20273)

This commit is contained in:
Canapin 2023-02-15 17:06:21 +01:00 committed by GitHub
parent 68a77c0eee
commit 4bfa130c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -809,10 +809,11 @@ aside.quote {
align-items: center;
justify-content: center;
box-sizing: border-box;
border-radius: 0 0.25em 0.25em 0;
border-radius: 0 var(--border-radius) var(--border-radius) 0;
padding-top: 0;
padding-bottom: 0;
height: 100%;
height: calc(100% + 0.25em);
margin-right: -4px;
}
}
}