Skip to content

Instantly share code, notes, and snippets.

@snullp
Created February 3, 2024 05:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snullp/bbdfccddceacc92e46205f491a83b116 to your computer and use it in GitHub Desktop.
Save snullp/bbdfccddceacc92e46205f491a83b116 to your computer and use it in GitHub Desktop.
Mastodon larger emojis
commit bc50b70e4cb8e17c4764380d26290d1f5834c774
Author: C7 <hello@c7.io>
Date: Sat Feb 3 04:53:36 2024 +0000
Larger emojis
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 5f773c1cf..48326e9ff 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -755,8 +755,8 @@ body > [data-popper-placement] {
vertical-align: middle;
object-fit: contain;
margin: -0.2ex 0.15em 0.2ex;
- width: 16px;
- height: 16px;
+ width: 20px;
+ height: 20px;
img {
width: auto;
@@ -831,8 +831,8 @@ body > [data-popper-placement] {
}
.emojione {
- width: 20px;
- height: 20px;
+ width: 24px;
+ height: 24px;
margin: -3px 0 0;
}
@@ -912,8 +912,8 @@ body > [data-popper-placement] {
overflow-y: auto;
.emojione {
- width: 20px;
- height: 20px;
+ width: 24px;
+ height: 24px;
margin: -3px 0 0;
}
@@ -1327,8 +1327,8 @@ body > [data-popper-placement] {
line-height: 24px;
.emojione {
- width: 24px;
- height: 24px;
+ width: 28px;
+ height: 28px;
margin: -1px 0 0;
}
@@ -6168,8 +6168,8 @@ a.status-card {
line-height: 24px;
.emojione {
- width: 24px;
- height: 24px;
+ width: 28px;
+ height: 28px;
margin: -1px 0 0;
}
@@ -7491,8 +7491,8 @@ noscript {
margin-bottom: 16px;
.emojione {
- width: 22px;
- height: 22px;
+ width: 26px;
+ height: 26px;
}
h1 {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment