Skip to content

Commit

Permalink
Unlock all button
Browse files Browse the repository at this point in the history
  • Loading branch information
polytroper committed May 8, 2023
1 parent 7f5a757 commit 2b8aadf
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
12 changes: 12 additions & 0 deletions App/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -569,10 +569,22 @@ input[valid='false'] {

#navigator-floating-bar {
bottom: 0;
justify-content: flex-start;
}

#show-all-button {
border-radius: 10px 10px 0 0;
cursor: pointer;
}

#show-all-button:hover {
background-color: #f46;
}

#show-all-button > img {
width: 20px;
height: auto;
margin: 0 5px;
}

#github-string > p {
Expand Down
7 changes: 7 additions & 0 deletions Assets/Images/unlock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ <h3 id="reddit-open-text">Reddit Command Copied!</h3>

<div class="bar floating navigator" id="navigator-floating-bar" hide="true">
<div class="button" id="show-all-button" hide="false">
<div class="string">UNLOCK ALL</div>
<image src="/Assets/Images/unlock.svg" />
</div>
</div>

Expand Down

1 comment on commit 2b8aadf

@vercel
Copy link

@vercel vercel bot commented on 2b8aadf May 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sinerider – ./

sinerider-git-main.hackclub.dev
sinerider.hackclub.dev
www.sinerider.com

Please sign in to comment.