1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Merge branch 'develop' into manancodes/Edited_message_ux_fix

This commit is contained in:
Manan Sadana
2023-09-27 17:03:00 +05:30
committed by GitHub
201 changed files with 12021 additions and 10827 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 {

View File

@ -28,7 +28,7 @@ limitations under the License.
content: "";
position: absolute;
top: -8px;
left: 10.5px;
left: 11px;
width: 4px;
height: 4px;
border-radius: 16px;