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

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