diff --git a/routes/_components/compose/ComposeAutosuggestionList.html b/routes/_components/compose/ComposeAutosuggestionList.html index 6ee96d1..bdbe343 100644 --- a/routes/_components/compose/ComposeAutosuggestionList.html +++ b/routes/_components/compose/ComposeAutosuggestionList.html @@ -69,6 +69,7 @@ grid-area: icon; width: 48px; height: 48px; + object-fit: contain; } .compose-autosuggest-list-display-name { grid-area: display-name; @@ -105,4 +106,4 @@ Avatar } } - \ No newline at end of file + diff --git a/routes/_components/status/StatusContent.html b/routes/_components/status/StatusContent.html index 35a7763..465dff9 100644 --- a/routes/_components/status/StatusContent.html +++ b/routes/_components/status/StatusContent.html @@ -22,9 +22,11 @@ } :global(.status-content .status-emoji) { - width: 20px; - height: 20px; - margin: -3px 0; + width: 1.4em; + height: 1.4em; + margin: -0.1em 0; + object-fit: contain; + vertical-align: middle; } :global(.status-content p) { @@ -133,4 +135,4 @@ } } } - \ No newline at end of file + diff --git a/routes/_components/status/StatusSpoiler.html b/routes/_components/status/StatusSpoiler.html index 2801f96..ff4d307 100644 --- a/routes/_components/status/StatusSpoiler.html +++ b/routes/_components/status/StatusSpoiler.html @@ -17,9 +17,11 @@ } :global(.status-spoiler .status-emoji) { - width: 20px; - height: 20px; - margin: -3px 0; + width: 1.4em; + height: 1.4em; + margin: -0.1em 0; + object-fit: contain; + vertical-align: middle; } .status-spoiler.status-in-own-thread { @@ -80,4 +82,4 @@ } } } - \ No newline at end of file +