fix emoji size incosistencies and proper scaling support

This commit is contained in:
Henry Jameson 2024-12-19 14:43:27 +02:00
parent 5a8eae4510
commit c698dec89d
7 changed files with 7 additions and 6 deletions

View file

@ -0,0 +1 @@
fix emoji inconsistencies in notifications, fix some emoji not scaling with interface

View file

@ -48,7 +48,7 @@
flex: 1 0;
margin: 0;
--emoji-size: 14px;
--emoji-size: 1em;
&-collapsed-content {
margin-left: 0.7em;

View file

@ -32,7 +32,7 @@
text-overflow: ellipsis;
white-space: nowrap;
--emoji-size: 14px;
--emoji-size: 1em;
.username {
max-width: 100%;

View file

@ -10,7 +10,7 @@
background-color: transparent !important;
}
--emoji-size: 14px;
--emoji-size: 1em;
&:hover {
--_still-image-img-visibility: visible;

View file

@ -72,7 +72,7 @@
text-overflow: ellipsis;
--_still_image-label-scale: 0.25;
--emoji-size: 14px;
--emoji-size: 1em;
}
.status-favicon {

View file

@ -113,7 +113,7 @@
align-items: top;
flex-direction: row;
--emoji-size: 16px;
--emoji-size: calc(var(--emojiSize, 32px) / 2);
& .body,
& .attachments {

View file

@ -51,7 +51,7 @@
.user-list-popover {
padding: 0.5em;
--emoji-size: 16px;
--emoji-size: calc(var(--emojiSize, 32px) / 2);
.user-list-row {
padding: 0.25em;