Skip to content

Commit 77f33c1

Browse files
committed
fix: image gallery styles not consistent in linux
1 parent a5e4b5e commit 77f33c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/LiveDevelopment/RemoteHelper.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ define(function (require, exports, module) {
620620
margin-right: 10px !important;
621621
}
622622
623-
@media (max-width: 565px) {
623+
@media (max-width: 580px) {
624624
.phoenix-image-gallery-header-title {
625625
display: none !important;
626626
}
@@ -679,7 +679,7 @@ define(function (require, exports, module) {
679679
outline: 1px solid #3a8ef6 !important;
680680
}
681681
682-
@media (max-width: 350px) {
682+
@media (max-width: 370px) {
683683
.search-wrapper input {
684684
width: 100px !important;
685685
}
@@ -703,7 +703,7 @@ define(function (require, exports, module) {
703703
background: #3c3f41 !important;
704704
}
705705
706-
@media (max-width: 450px) {
706+
@media (max-width: 470px) {
707707
.phoenix-image-gallery-upload-container button {
708708
font-size: 0 !important;
709709
padding: 3px 5px 3px 6px !important;
@@ -791,7 +791,7 @@ define(function (require, exports, module) {
791791
user-select: none !important;
792792
transition: all 0.2s ease !important;
793793
z-index: 2147483647 !important;
794-
padding: 2px 11px 7px 11px !important;
794+
padding: 2.5px 11px 7px 11px !important;
795795
display: none !important;
796796
align-items: center !important;
797797
justify-content: center !important;

0 commit comments

Comments
 (0)