Skip to content

Commit

Permalink
Merge pull request #966 from MaterArc/fix-compatibility
Browse files Browse the repository at this point in the history
Fix Compatibility Issues
  • Loading branch information
rgantzos authored Sep 14, 2024
2 parents 1c99f21 + baa6391 commit 722cc9c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion features/sprite-layers/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
font-size: 1.1rem;
margin-bottom: .5rem;
margin-left: .15rem;
color: #575e75 !important;
}

.ste-layers>div>div {
Expand All @@ -44,10 +45,15 @@
line-height: .95rem;
padding-left: .05rem;
padding-right: .05rem;
color: #c8cad2 !important;
}

.ste-long-layers>div>div:nth-child(even) {
height: 2rem;
position: relative;
top: .5rem;
}
}

[class^="sprite-info_sprite-info_"]:hover {
overflow: visible !important;
}

0 comments on commit 722cc9c

Please sign in to comment.