mirror of https://github.com/vector-im/riot-web
Tweak emoji sizes
parent
8b0e8571be
commit
ffc3cdf7b5
|
@ -42,18 +42,20 @@ limitations under the License.
|
||||||
width: 52px;
|
width: 52px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_VerificationShowSas_emojiSas_emoji {
|
.mx_Dialog .mx_VerificationShowSas_emojiSas_block,
|
||||||
font-size: 48px;
|
.mx_AuthPage_modal .mx_VerificationShowSas_emojiSas_block {
|
||||||
|
width: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_UserInfo .mx_VerificationShowSas_emojiSas_emoji {
|
.mx_VerificationShowSas_emojiSas_emoji {
|
||||||
font-size: 32px; // in UserInfo use a smaller font-size to fit in a smaller space
|
font-size: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_VerificationShowSas_emojiSas_label {
|
.mx_VerificationShowSas_emojiSas_label {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_VerificationShowSas_emojiSas_break {
|
.mx_VerificationShowSas_emojiSas_break {
|
||||||
|
|
Loading…
Reference in New Issue