Skip to content

Commit

Permalink
Merge pull request #353 from TanviPoddar/master
Browse files Browse the repository at this point in the history
Profile icon and music button now visible
  • Loading branch information
Dev-tanay authored Jul 3, 2024
2 parents 3ed8765 + 4994fcc commit 45294c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ body.colorful-theme {
z-index: 1000;
}

#play-btn {
position: fixed;
top: 85px;
right: 50px; /* Adjust as necessary to avoid overlap */
z-index: 10001; /* Higher than the theme selector */
}

@font-face {
font-family: "BungeeFont";
font-weight: normal;
Expand Down Expand Up @@ -550,6 +557,7 @@ body {
display: inline-block;
z-index: 11;
margin-left: auto;
top: 40px; /* Move lower by 10px */
}

.profile-btn {
Expand Down

0 comments on commit 45294c2

Please sign in to comment.