diff options
| author | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2025-08-26 08:20:51 +0200 |
|---|---|---|
| committer | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2025-08-26 08:20:51 +0200 |
| commit | ddfe5015c9237fbe0fea44f8bcde31708eb3adac (patch) | |
| tree | db7d9812461c0ab0dc39812465f20bc958f9bf67 /frontend/src/components/Sidebar/Sidebar.module.css | |
| parent | Moved breadcrum navigation into its own component (diff) | |
| download | lphub-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.css | 3 |
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 { |