Skip to content

Commit

Permalink
fix: Proper layout for split view
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <[email protected]>
  • Loading branch information
juliushaertl authored and elzody committed Sep 27, 2024
1 parent bfd00cc commit f2866f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1215,8 +1215,12 @@ export default {
}
&--split {
display: flex;
.viewer__file--active {
width: 50%;
left: 0;
position: relative;
}
}
Expand Down

0 comments on commit f2866f8

Please sign in to comment.