Skip to content

Commit

Permalink
hotfix but still no gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
SirKnubble committed Sep 20, 2024
1 parent a46ca82 commit 382e632
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<span>&nbsp;Random Spotify - Playlist</span>
</div>

<div class="nav-button">&nbsp
<div class="nav-button" style="cursor: not-allowed;">&nbsp
<i class="fa-brands fa-discord"></i>
<span>&nbsp;...</span>
</div>
Expand All @@ -34,7 +34,7 @@
</div>

<hr/><!-- other -->
<div class="nav-button">&nbsp
<div class="nav-button" style="cursor: not-allowed;">&nbsp
<i class="fa-solid fa-spinner"></i>
<span>&nbsp;...</span>
</div>
Expand Down
3 changes: 2 additions & 1 deletion map/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ body,
}

.gallery-button {
background: #ac0000;
background: #7735e2;
border-radius: 10px;
padding: 14px 18px;
margin-left: 48vw;
color: #ffffff;
display: inline-block;
font: normal bold 18px/1 "Open Sans", sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion map/gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- Nav-Bar -->
<!-- <script id="replace_with_navbar" src="../js/nav.js"></script> -->
<!-- Nav-Bar end -->
<div class="gallery-button" onclick="history.back()"><a style="color:white"><i class="fa-solid fa-angle-left"></i>&nbspBack</a></div>
<div class="gallery-button" onclick="history.back()"><a><i class="fa-solid fa-angle-left"></i>&nbspBack</a></div>
<hr/>
<!-- The Gallery as lightbox dialog, should be a document body child element -->
<div
Expand Down

0 comments on commit 382e632

Please sign in to comment.