Skip to content

Commit

Permalink
fix resize handle
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Jul 23, 2024
1 parent 83e39d4 commit 13bdebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
[class^=sidebar_] /* channel list and chat */ {
margin-right: var(--pad);
}
[class^=resizeHandle_] /* pretend to be a margin */ {
[class^=content_] > [class^=resizeHandle_] /* pretend to be a margin */ {
width: var(--pad);
}

Expand Down

0 comments on commit 13bdebe

Please sign in to comment.