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 committed Sep 19, 2024
1 parent 948be73 commit 20270fd
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 @@ -1197,8 +1197,12 @@ export default {
}
&--split {
display: flex;
.viewer__file--active {
width: 50%;
left: 0;
position: relative;
}
}
Expand Down

0 comments on commit 20270fd

Please sign in to comment.