Fix grip on panels separator

This commit is contained in:
Mauricio Bonani 2021-07-07 09:24:14 -04:00
parent b73efe6bb4
commit 9b85200954
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 B

View File

@ -40,7 +40,7 @@
height: 7px;
box-sizing: border-box;
cursor: ns-resize;
background: $primary-background url(images/grip.png) no-repeat 50% 50%;
background: $primary-background url(images/grip-horizontal.png) no-repeat 50% 50%;
}