Skip to content

Commit

Permalink
fix saveall layout for large screens
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored and Panagiotis Georgakopoulos committed Apr 25, 2021
1 parent 7ec7b57 commit 037af43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,12 @@ main > preamble #saveall-container {
font-size: 0.75rem;
}

@media screen and (min-width: calc(700px + 25px + 6px + 500px)) {
main > preamble #saveall-container {
right: -500px;
}
}

main > preamble #saveall-container.saving,
main > preamble #saveall-container.saved {
border-color: transparent;
Expand Down

0 comments on commit 037af43

Please sign in to comment.