Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Aug 30, 2024
1 parent b6c63b9 commit b39c8c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions scss/_actionHud.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
padding: 1rem 1rem 3rem;
position: relative;
transition: all 0.3s ease-in-out;

&.hidden {
display: none;
}
}

.action-element.item-button {
Expand Down
2 changes: 1 addition & 1 deletion styles/module.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion styles/module.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b39c8c4

Please sign in to comment.