mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Revert "Fix regression around FacePile with overflow (#11527)"
This reverts commit 93ccccc03d3911c525d31f8e5bb8ad3d483b2b55.
This commit is contained in:
parent
8ac25758b3
commit
51e2a161e1
@ -20,7 +20,6 @@ limitations under the License.
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background-color: $spacePanel-bg-color;
|
||||
display: inline-block;
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
|
||||
@ -57,8 +57,7 @@ const FacePile: FC<IProps> = ({
|
||||
|
||||
const pileContents = (
|
||||
<>
|
||||
{/* XXX: The margin-left is a workaround for Compound's styling excluding this element and being overly specific */}
|
||||
{overflow ? <span className="mx_FacePile_more" style={{ marginLeft: `calc(${size} * -0.2)` }} /> : null}
|
||||
{overflow ? <span className="mx_FacePile_more" /> : null}
|
||||
{faces}
|
||||
</>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user