Skip to content

Commit 215bfb0

Browse files
juliusknorrelzody
authored andcommitted
fix: Proper layout for split view
Signed-off-by: Julius Knorr <[email protected]>
1 parent 796114c commit 215bfb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/views/Viewer.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,8 +1240,12 @@ export default {
12401240
}
12411241
12421242
&--split {
1243+
display: flex;
1244+
12431245
.viewer__file--active {
12441246
width: 50%;
1247+
left: 0;
1248+
position: relative;
12451249
}
12461250
}
12471251

0 commit comments

Comments
 (0)