aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Sidebar/Content.tsx
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/Content.tsx
parentMoved breadcrum navigation into its own component (diff)
downloadlphub-css.tar.gz
lphub-css.tar.bz2
lphub-css.zip
Fixed some inconsistant styles and fixed category queryparam in maplist pagecss
Diffstat (limited to 'frontend/src/components/Sidebar/Content.tsx')
-rw-r--r--frontend/src/components/Sidebar/Content.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Sidebar/Content.tsx b/frontend/src/components/Sidebar/Content.tsx
index ceb9e67..6aade15 100644
--- a/frontend/src/components/Sidebar/Content.tsx
+++ b/frontend/src/components/Sidebar/Content.tsx
@@ -18,7 +18,7 @@ interface ContentProps {
18const _Content: React.FC<ContentProps> = ({ isSearching, selectedButtonIndex, handle_sidebar_click }) => { 18const _Content: React.FC<ContentProps> = ({ isSearching, selectedButtonIndex, handle_sidebar_click }) => {
19 19
20 return ( 20 return (
21 <div className="h-full"> 21 <div className="md:h-full">
22 22
23 <div className="px-2 my-2.5"> 23 <div className="px-2 my-2.5">
24 <button onClick={() => handle_sidebar_click(0)} className={`${styles.button} ${selectedButtonIndex == 0 ? styles["button-selected"] : ""} ${isSearching ? styles["button-hidden"] : ""}`}> 24 <button onClick={() => handle_sidebar_click(0)} className={`${styles.button} ${selectedButtonIndex == 0 ? styles["button-selected"] : ""} ${isSearching ? styles["button-hidden"] : ""}`}>