Skip to content

Commit

Permalink
🎨 Tweak some style
Browse files Browse the repository at this point in the history
  • Loading branch information
loxygenK committed Nov 20, 2021
1 parent 4d50147 commit 915cff1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/comps/shared/Emoji.module.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.emoji-default {
height: 1em;
display: inline-block;
height: 1.2em;
margin-right: 0.2em;

vertical-align: middle;

img {
height: 100%;
Expand Down
4 changes: 2 additions & 2 deletions src/comps/shared/LogoImage.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ $pcpc-range: 10deg;

&.enable-animation {
animation:
1.5s 0.75s ease-out text-appear-scale,
0.75s 0.75s ease-out text-appear-opacity;
1.5s 0.75s ease-out forwards text-appear-scale,
0.75s 0.75s ease-out both text-appear-opacity;

g[id="main-text"] {
mask: url(#masker);
Expand Down

0 comments on commit 915cff1

Please # to comment.