Skip to content

Commit 50c57c3

Browse files
authored
fix: Apply Chats title margin for MacOS only (#2134)
Apply title margin for MacOS only
1 parent d1b2e14 commit 50c57c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/browser.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ body {
4949
-webkit-app-region: no-drag;
5050
}
5151
/* View label above conversation list margin */
52-
[role='navigation'] .x1heor9g.x1qlqyl8.x1pd3egz.x1a2a7pz {
52+
.os-darwin [role='navigation'] .x1heor9g.x1qlqyl8.x1pd3egz.x1a2a7pz {
5353
margin-left: 60px;
5454
}
5555

0 commit comments

Comments
 (0)