aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Sidebar/Sidebar.module.css
diff options
context:
space:
mode:
authorWolfboy248 <georgejvindkarlsen@gmail.com>2025-08-26 08:20:51 +0200
committerWolfboy248 <georgejvindkarlsen@gmail.com>2025-08-26 08:20:51 +0200
commitddfe5015c9237fbe0fea44f8bcde31708eb3adac (patch)
treedb7d9812461c0ab0dc39812465f20bc958f9bf67 /frontend/src/components/Sidebar/Sidebar.module.css
parentMoved breadcrum navigation into its own component (diff)
downloadlphub-ddfe5015c9237fbe0fea44f8bcde31708eb3adac.tar.gz
lphub-ddfe5015c9237fbe0fea44f8bcde31708eb3adac.tar.bz2
lphub-ddfe5015c9237fbe0fea44f8bcde31708eb3adac.zip
Fixed some inconsistant styles and fixed category queryparam in maplist pagecss
Diffstat (limited to 'frontend/src/components/Sidebar/Sidebar.module.css')
-rw-r--r--frontend/src/components/Sidebar/Sidebar.module.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/components/Sidebar/Sidebar.module.css b/frontend/src/components/Sidebar/Sidebar.module.css
index 9baf415..6e43254 100644
--- a/frontend/src/components/Sidebar/Sidebar.module.css
+++ b/frontend/src/components/Sidebar/Sidebar.module.css
@@ -7,6 +7,7 @@
7 transition: all 0.2s ease; 7 transition: all 0.2s ease;
8 padding: 4px 0px; 8 padding: 4px 0px;
9 height: 48px; 9 height: 48px;
10 gap: 24px;
10} 11}
11 12
12.button:hover, 13.button:hover,
@@ -25,7 +26,7 @@ button>span {
25 font-size: 22px; 26 font-size: 22px;
26 font-family: var(--font-barlow-semicondensed-regular); 27 font-family: var(--font-barlow-semicondensed-regular);
27 white-space: nowrap; 28 white-space: nowrap;
28 margin-left: 16px; 29 transition: all 0.2s ease;
29} 30}
30 31
31.button-hidden>span { 32.button-hidden>span {