Skip to content

Commit

Permalink
layout improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mligtenberg committed Jan 26, 2025
1 parent 501a756 commit c17410f
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'body body'
'actions actions';
grid-template-columns: 1fr 1fr;
grid-template-rows: minmax(20rem, 1fr) minmax(40rem, 90cqh);
grid-template-rows: minmax(20rem, 1fr) minmax(30rem, calc(100cqh - 4rem));

@container (width < 800px) {
grid-template-areas:
Expand All @@ -63,7 +63,7 @@
'body'
'actions';
grid-template-columns: 1fr;
grid-template-rows: repeat(2, minmax(20rem, 1fr)) minmax(40rem, 100cqh);
grid-template-rows: repeat(2, minmax(20rem, 1fr)) minmax(30rem, calc(100cqh - 4rem));
}
}

Expand Down Expand Up @@ -128,6 +128,10 @@ ngx-monaco-editor {
justify-content: flex-end;
grid-area: actions;
gap: .5rem;

sbb-tpl-endpoint-selector-input {
flex: 1;
}
}

p-auto-complete {
Expand Down

0 comments on commit c17410f

Please sign in to comment.