Skip to content

Commit 322e697

Browse files
committed
fix: network error retry button ui not consistent
1 parent 417509f commit 322e697

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/extensionsIntegrated/phoenix-pro/browser-css/image-gallery.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,12 +447,12 @@
447447
.phoenix-image-gallery-offline-retry-button {
448448
display: flex !important;
449449
align-items: center !important;
450-
gap: 2px !important;
450+
gap: 3px !important;
451451
background: transparent !important;
452452
color: #a0a0a0 !important;
453453
border: none !important;
454454
border-radius: 3px !important;
455-
padding: 3px 8px 3px 3px !important;
455+
padding: 3px 9px 3px 6px !important;
456456
font-size: 13px !important;
457457
cursor: pointer !important;
458458
}
@@ -461,6 +461,10 @@
461461
background: #3c3f41 !important;
462462
}
463463

464+
.phoenix-image-gallery-offline-retry-button span {
465+
padding-top: 0.9px !important;
466+
}
467+
464468
.phoenix-image-gallery-offline-retry-button.checking {
465469
cursor: wait !important;
466470
opacity: 0.7 !important;

0 commit comments

Comments
 (0)