From bd1c7a35e2af16a5285a08815b884bd45cf8ecac Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Fri, 21 Apr 2023 19:58:07 +0100 Subject: [PATCH] settings bar changes --- .../resources/static/images/card-list.svg | 4 ++++ .../resources/templates/fragments/navbar.html | 22 ++++++++++--------- 2 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 src/main/resources/static/images/card-list.svg diff --git a/src/main/resources/static/images/card-list.svg b/src/main/resources/static/images/card-list.svg new file mode 100644 index 00000000..3dc5d429 --- /dev/null +++ b/src/main/resources/static/images/card-list.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/main/resources/templates/fragments/navbar.html b/src/main/resources/templates/fragments/navbar.html index e8eb4e06..10596748 100644 --- a/src/main/resources/templates/fragments/navbar.html +++ b/src/main/resources/templates/fragments/navbar.html @@ -96,9 +96,7 @@ function compareVersions(version1, version2) { .icon-text { margin-left: 4px; } - .settings-cog { - filter: invert(1); -} + .nav-item-separator { position: relative; margin: 0 4px; /* Adjust the margin as needed */ @@ -113,13 +111,13 @@ function compareVersions(version1, version2) { width: 1px; background-color: #ccc; /* Adjust the color as needed */ } - -#dark-mode-icon { +.navbar-icon { width: 20px; height: 20px; transform: translateY(-2px); } +