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
juliusknorr committed Sep 20, 2024
1 parent 7409849 commit 93d9fb8
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 @@ -1179,8 +1179,12 @@ export default {
}
&--split {
display: flex;
.viewer__file--active {
width: 50%;
left: 0;
position: relative;
}
}
Expand Down

0 comments on commit 93d9fb8

Please sign in to comment.