Skip to content

Commit a5e4b5e

Browse files
committed
fix: image gallery header icon not appearing in linux
1 parent 224fea5 commit a5e4b5e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/LiveDevelopment/RemoteHelper.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ define(function (require, exports, module) {
614614
display: flex !important;
615615
align-items: center !important;
616616
color: #a0a0a0 !important;
617-
gap: 3px !important;
617+
gap: 4px !important;
618618
font-size: 14px !important;
619619
margin-bottom: 2px !important;
620620
margin-right: 10px !important;
@@ -629,9 +629,6 @@ define(function (require, exports, module) {
629629
.phoenix-image-gallery-header-icon {
630630
height: 16px !important;
631631
width: 18px !important;
632-
display: flex !important;
633-
align-items: center !important;
634-
justify-content: center !important;
635632
}
636633
637634
.phoenix-image-gallery-header-icon svg {

0 commit comments

Comments
 (0)