From 2b8aadf95f50cbdb47b8e4ca3fc83f1c5c72c77a Mon Sep 17 00:00:00 2001 From: Christopher Walker <15720465+polytroper@users.noreply.github.com> Date: Mon, 8 May 2023 04:12:30 -0700 Subject: [PATCH] Unlock all button --- App/style.css | 12 ++++++++++++ Assets/Images/unlock.svg | 7 +++++++ index.html | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 Assets/Images/unlock.svg diff --git a/App/style.css b/App/style.css index 051eea36..120ad3e0 100644 --- a/App/style.css +++ b/App/style.css @@ -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 { diff --git a/Assets/Images/unlock.svg b/Assets/Images/unlock.svg new file mode 100644 index 00000000..d2472219 --- /dev/null +++ b/Assets/Images/unlock.svg @@ -0,0 +1,7 @@ + + diff --git a/index.html b/index.html index 2e1c7759..99ff62f9 100644 --- a/index.html +++ b/index.html @@ -324,7 +324,7 @@