Skip to content

Commit

Permalink
style: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sitarass committed Feb 26, 2024
1 parent fd974d8 commit 877f7fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/views/DiffChecker.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@

& > div > textarea {
position: absolute;
max-height: 93%;
max-height: 90%;
max-width: 95%;
@include desktop-up {
max-height: 93%;
}
}
}

Expand Down
5 changes: 4 additions & 1 deletion src/views/QRGenerator.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@

& > div > textarea {
position: absolute;
max-height: 95%;
max-height: 90%;
max-width: 95%;
@include desktop-up {
max-height: 97%;
}
}
}

Expand Down

0 comments on commit 877f7fa

Please sign in to comment.