mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Fix remove-user-from-pm hover styling (#20273)
This commit is contained in:
parent
68a77c0eee
commit
4bfa130c3a
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user