We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172ec6c commit ff5ed62Copy full SHA for ff5ed62
1 file changed
client/src/components/Chat/Menus/OpenSidebar.tsx
@@ -17,7 +17,7 @@ export default function OpenSidebar({
17
variant="outline"
18
data-testid="open-sidebar-button"
19
aria-label={localize('com_nav_open_sidebar')}
20
- className="rounded-xl border border-border-light bg-surface-secondary p-2 hover:bg-surface-hover max-md:hidden"
+ className="rounded-xl border border-border-light bg-surface-secondary p-2 hover:bg-surface-hover"
21
onClick={() =>
22
setNavVisible((prev) => {
23
localStorage.setItem('navVisible', JSON.stringify(!prev));
0 commit comments