Skip to content

Commit 92a26db

Browse files
committed
fix: select from device text overlapping other content
1 parent 51c5f77 commit 92a26db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2329,7 +2329,7 @@ function RemoteFunctions(config = {}) {
23292329
margin-right: 10px !important;
23302330
}
23312331
2332-
@media (max-width: 525px) {
2332+
@media (max-width: 565px) {
23332333
.phoenix-image-gallery-header-title {
23342334
display: none !important;
23352335
}
@@ -2415,7 +2415,7 @@ function RemoteFunctions(config = {}) {
24152415
background: #3c3f41 !important;
24162416
}
24172417
2418-
@media (max-width: 400px) {
2418+
@media (max-width: 450px) {
24192419
.phoenix-image-gallery-upload-container button {
24202420
font-size: 0 !important;
24212421
padding: 3px 6px !important;

0 commit comments

Comments
 (0)