Skip to content

Commit 1f7d003

Browse files
committed
fix: Proper layout for split view
Signed-off-by: Julius Knorr <[email protected]>
1 parent bde3580 commit 1f7d003

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
@@ -1210,8 +1210,12 @@ export default {
12101210
}
12111211
12121212
&--split {
1213+
display: flex;
1214+
12131215
.viewer__file--active {
12141216
width: 50%;
1217+
left: 0;
1218+
position: relative;
12151219
}
12161220
}
12171221

0 commit comments

Comments
 (0)