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>

[skip ci]
  • Loading branch information
juliushaertl authored and backportbot[bot] committed Sep 27, 2024
1 parent 796114c commit 10a6303
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 @@ -1240,8 +1240,12 @@ export default {
}
&--split {
display: flex;
.viewer__file--active {
width: 50%;
left: 0;
position: relative;
}
}
Expand Down

0 comments on commit 10a6303

Please sign in to comment.