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/Content.tsx | |
| parent | Moved breadcrum navigation into its own component (diff) | |
| download | lphub-css.tar.gz lphub-css.tar.bz2 lphub-css.zip | |
Fixed some inconsistant styles and fixed category queryparam in maplist pagecss
Diffstat (limited to '')
| -rw-r--r-- | frontend/src/components/Sidebar/Content.tsx | 2 |
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 { | |||
| 18 | const _Content: React.FC<ContentProps> = ({ isSearching, selectedButtonIndex, handle_sidebar_click }) => { | 18 | const _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"] : ""}`}> |