mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Fix more button sizing in face pile
This commit is contained in:
parent
477d79cb92
commit
7378b7fdd1
1 changed files with 4 additions and 2 deletions
|
@ -15,10 +15,12 @@ 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;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
background-color: $panels;
|
||||
display: inline-block;
|
||||
|
||||
|
|
Loading…
Reference in a new issue