Skip to content

Commit

Permalink
Merge pull request #44 from vcatafesta/main
Browse files Browse the repository at this point in the history
Correção do botão fantasma
  • Loading branch information
bigbruno authored Aug 12, 2023
2 parents 71a4eb6 + ee2d0f6 commit b93834f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ body {
width: 100%;
height: 100vh;
margin: 0;
font-family: Ubuntu Condensed, Lato, sans-serif;
font-family: Lato, sans-serif;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ <h3 class="img-content">
<img class="content-wrapper-img" src="icons/appsbigstore.png" alt="">
</div>
<br>
$(ICON_CATEGORY)
<div id=box_index_category>
<div id="box_index_category">
EOF
if [ "$(lsb_release -sd | sed 's/"//g')" = "XIVAStudio" ]; then
echo '<div id="xystem" class=category_box>'
Expand Down

0 comments on commit b93834f

Please sign in to comment.