We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bed814 commit 80f0348Copy full SHA for 80f0348
src/panel_splitjs/dist/css/splitjs.css
@@ -158,8 +158,7 @@
158
/* Horizontal variant for divider */
159
.gutter-vertical > .divider {
160
top: 50%;
161
- left: 2.5%;
162
- width: 95%;
+ width: 100%;
163
height: var(--thickness);
164
background:
165
linear-gradient(to right,
@@ -173,8 +172,7 @@
173
172
/* Vertical variant for divider */
174
.gutter-horizontal > .divider {
175
left: 50%;
176
- top: 2.5%;
177
- height: 95%;
+ height: 100%;
178
width: var(--thickness);
179
180
linear-gradient(to bottom,
0 commit comments