Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 72f78e1

Browse files
committed
breakpoint lint
1 parent c938697 commit 72f78e1

File tree

1 file changed

+1
-1
lines changed
  • assets/stylesheets/modules/ai-bot-conversations

1 file changed

+1
-1
lines changed

assets/stylesheets/modules/ai-bot-conversations/common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ body.has-ai-conversations-sidebar {
204204
}
205205

206206
// optical centering for layout balance
207-
@media screen and (height > 600px) {
207+
@media screen and (min-height: 600px) {
208208
h1 {
209209
margin-top: -6em;
210210
}

0 commit comments

Comments
 (0)