Skip to content

Commit

Permalink
make sure the right panel has max-width if not resized (#5099)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjelfs authored Jan 3, 2024
1 parent 4081a41 commit 34c2a43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/app/src/components/home/RightPanel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@
border-left: var(--bw) solid var(--bd);
background: var(--panel-right-bg);
max-width: 500px;
position: relative;
@include size-above(xxl) {
Expand Down Expand Up @@ -504,6 +505,10 @@
}
}
&.resized {
max-width: none;
}
@include mobile() {
background: var(--panel-right-modal);
width: 100%;
Expand Down

0 comments on commit 34c2a43

Please sign in to comment.