Skip to content

Commit

Permalink
Merge pull request #349 from pavlovicnemanja/kindafullscreen-fix
Browse files Browse the repository at this point in the history
fix(css): Fixed kindafullscreen modal props
  • Loading branch information
IvanJelicSF authored Feb 22, 2024
2 parents 5e07336 + bcb0fff commit dc50fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/styles/_publisher.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

.modal--kindafullscreen {
position: fixed;
left: 50px !important;
left: 115px !important;
right: 0px !important;
top: 40px !important;
top: 145px !important;
bottom: 25px !important;
align-items: flex-start;
flex-direction: column;
Expand Down

0 comments on commit dc50fb1

Please sign in to comment.