Skip to content

Commit

Permalink
fix: make resizer draggable on desktop only
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc authored and andelf committed Sep 15, 2022
1 parent 1edf70d commit 0d9eeaa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/frontend/components/sidebar.css
Expand Up @@ -460,8 +460,10 @@ html[data-theme='dark'] {
&.closed {
width: 0 !important;

.resizer {
left: -4px;
@screen lg {
.resizer {
left: -4px;
}
}
}

Expand Down

0 comments on commit 0d9eeaa

Please sign in to comment.