diff options
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"] : ""}`}> |