Skip to content

Commit

Permalink
fix: Apply Chats title margin for MacOS only (#2134)
Browse files Browse the repository at this point in the history
Apply title margin for MacOS only
  • Loading branch information
mquevill authored Feb 29, 2024
1 parent d1b2e14 commit 50c57c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ body {
-webkit-app-region: no-drag;
}
/* View label above conversation list margin */
[role='navigation'] .x1heor9g.x1qlqyl8.x1pd3egz.x1a2a7pz {
.os-darwin [role='navigation'] .x1heor9g.x1qlqyl8.x1pd3egz.x1a2a7pz {
margin-left: 60px;
}

Expand Down

0 comments on commit 50c57c3

Please sign in to comment.