Skip to content

Commit

Permalink
🐛 Fix alignment of QR code modal in the debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed May 4, 2020
1 parent 476c43f commit ef8aaa3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/styl/tags/debugger/debugger-modal.styl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
debugger-modal
width 45rem
padding 2rem 2rem 1rem
left 50% !important
top 50% !important
transform translate(-50%, -50%)
max-width 90vw
max-height 90vh
border-radius 3px
border 1px solid
.toright span
cursor pointer
&:hover
Expand Down

0 comments on commit ef8aaa3

Please sign in to comment.