mirror of https://github.com/vector-im/riot-web
Fix more button sizing in face pile
parent
477d79cb92
commit
7378b7fdd1
|
@ -15,10 +15,12 @@ limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_FacePile_more {
|
.mx_FacePile_more {
|
||||||
|
/* Needed to calculate the offset on the face pile */
|
||||||
|
--cpd-avatar-size: 28px;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
width: 30px;
|
width: 28px;
|
||||||
height: 30px;
|
height: 28px;
|
||||||
background-color: $panels;
|
background-color: $panels;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue