Small fixes

pull/21833/head
Jorik Schellekens 2020-04-27 18:36:05 +01:00
parent 55084e918c
commit 66067719f4
3 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ limitations under the License.
.mx_MessageComposer_avatar .mx_BaseAvatar { .mx_MessageComposer_avatar .mx_BaseAvatar {
padding: 2px; padding: 2px;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 15px; border-radius: 100%;
} }
.mx_MessageComposer_avatar .mx_BaseAvatar_initial { .mx_MessageComposer_avatar .mx_BaseAvatar_initial {

View File

@ -72,10 +72,10 @@ limitations under the License.
.mx_AccessibleButton::after { .mx_AccessibleButton::after {
mask-repeat: no-repeat; mask-repeat: no-repeat;
mask-position: 0 center; mask-position: 0 center;
mask-size: 16px; mask-size: $font-16px;
position: absolute; position: absolute;
width: 16px; width: $font-16px;
height: 16px; height: $font-16px;
content: ""; content: "";
top: 5px; top: 5px;
left: 14px; left: 14px;

View File

@ -109,7 +109,7 @@ limitations under the License.
justify-content: center; justify-content: center;
// override the calculated sizes so that the letter isn't HUGE // override the calculated sizes so that the letter isn't HUGE
font-size: 56px !important; font-size: 6rem !important;
width: 100% !important; width: 100% !important;
transition: font-size 0.5s; transition: font-size 0.5s;
} }