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 <jus@bitgrid.net>
  • Loading branch information
juliusknorr authored and elzody committed Nov 8, 2024
1 parent 54f9062 commit 5830cc6
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 @@ -1211,8 +1211,12 @@ export default {
}

&--split {
display: flex;

.viewer__file--active {
width: 50%;
left: 0;
position: relative;
}
}

Expand Down

0 comments on commit 5830cc6

Please sign in to comment.