tangled
alpha
login
or
join now
dunkirk.sh
/
zera
5
fork
atom
the home site for me: also iteration 3 or 4 of my site
5
fork
atom
overview
issues
pulls
pipelines
feat: make the emojis use relative sizes
dunkirk.sh
4 months ago
0c24bfc6
64339192
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+7
-7
1 changed file
expand all
collapse all
unified
split
sass
css
_emoji-inline.scss
+7
-7
sass/css/_emoji-inline.scss
···
8
8
align-items: center;
9
9
display: inline-flex;
10
10
overflow: hidden;
11
11
-
width: 22px;
12
12
-
height: 22px;
11
11
+
width: 1.375rem;
12
12
+
height: 1.375rem;
13
13
}
14
14
15
15
.emoji-inline--wrapper img {
···
17
17
position: absolute;
18
18
top: 50%;
19
19
overflow: hidden;
20
20
-
width: 22px !important;
21
21
-
height: 22px !important;
22
22
-
margin-top: -11px;
20
20
+
width: 1.375rem !important;
21
21
+
height: 1.375rem !important;
22
22
+
margin-top: -0.6875rem;
23
23
margin-left: 0 !important;
24
24
margin-right: 0 !important;
25
25
margin-bottom: 0 !important;
···
27
27
border-radius: 0 !important;
28
28
padding: 0 !important;
29
29
opacity: 1 !important;
30
30
-
max-width: 22px !important;
30
30
+
max-width: 1.375rem !important;
31
31
display: inline !important;
32
32
-
}
32
32
+
}