Skip to content

Commit 345db0f

Browse files
committed
Fixed some themes not displaying properly
1 parent 42c284e commit 345db0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

littlelink/css/animations.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
/* (Also apply to icon) */
5353

5454
.button-hover{
55+
display:inline-block;
5556
-webkit-transform:perspective(1px) translateZ(0);
5657
transform:perspective(1px) translateZ(0);
5758
box-shadow:0 0 1px rgba(0,0,0,0);
@@ -70,6 +71,7 @@
7071
–––––––––––––––––––––––––––––––––––––––––––––––––– */
7172

7273
.icon-hover{
74+
display:inline-block;
7375
-webkit-transform:perspective(1px) translateZ(0);
7476
transform:perspective(1px) translateZ(0);
7577
box-shadow:0 0 1px rgba(0,0,0,0);

0 commit comments

Comments
 (0)