Skip to content

Commit

Permalink
fix: preview modal width for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Mar 22, 2024
1 parent 00f117b commit 8d104fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/style/inverted-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
/* flex-wrap: wrap; */
pointer-events: none;
/* overflow: hidden; */
/* width: calc(100vw - 14px); */
width: calc(100vw - 14px);
}
.preview * {
pointer-events: none;
Expand Down
2 changes: 1 addition & 1 deletion static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
/* flex-wrap: wrap; */
pointer-events: none;
/* overflow: hidden; */
/* width: calc(100vw - 14px); */
width: calc(100vw - 14px);
}
.preview * {
pointer-events: none;
Expand Down

0 comments on commit 8d104fa

Please sign in to comment.