Skip to content

Commit

Permalink
chore: defaulting to bigger size for new project dialog for small scr…
Browse files Browse the repository at this point in the history
…eens for better UX
  • Loading branch information
abose committed Jan 19, 2025
1 parent 2e92971 commit 23c02aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="modal" style="background-color:#3C3F41; width:min(50%, 850px); height: 570px; display: flex; flex-direction: column; justify-content: space-between">
<div class="modal new-project-modal-dialog">
<iframe title="New Project" id="newProjectFrame" width="100%" height="100%"
src={{newProjectURL}} style="border: 0px;visibility:hidden;" onload="this.style.visibility = 'visible';">
</iframe>
Expand Down
9 changes: 9 additions & 0 deletions src/styles/brackets.less
Original file line number Diff line number Diff line change
Expand Up @@ -3548,3 +3548,12 @@ label input {
opacity: 1;
}
}

.new-project-modal-dialog{
background-color:#3C3F41;
width: 750px;
height: 570px;
display: flex;
flex-direction: column;
justify-content: space-between
}

0 comments on commit 23c02aa

Please sign in to comment.