Merge pull request #11634 from matrix-org/germain-gg/facepile-offset

Revert "Fix regression around FacePile with overflow (#11527)"

(cherry picked from commit 875fcb1a32)
This commit is contained in:
Andy Balaam 2023-09-26 09:49:37 +01:00
parent 45f491e829
commit 50110ba253
29 changed files with 101 additions and 100 deletions

View file

@ -15,11 +15,13 @@ limitations under the License.
*/
.mx_FacePile_more {
/* Needed to calculate the offset on the face pile */
--cpd-avatar-size: 28px;
position: relative;
border-radius: 100%;
width: 30px;
height: 30px;
background-color: $spacePanel-bg-color;
width: 28px;
height: 28px;
background-color: $panels;
display: inline-block;
&::before {