This commit is contained in:
Jordan Vidrine 2025-05-27 16:24:13 -05:00
parent 051ac3ea49
commit 5b012a15b8
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ body.has-ai-conversations-sidebar {
line-height: var(--line-height-medium); line-height: var(--line-height-medium);
// optical centering for layout balance // optical centering for layout balance
@media screen and (height >= 600px) { @media screen and (min-height: 600px) {
margin-top: -6em; margin-top: -6em;
} }
} }