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;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
box-sizing: border-box;
|
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-top: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
height: 100%;
|
height: calc(100% + 0.25em);
|
||||||
|
margin-right: -4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue