Skip to content

Commit 300c297

Browse files
committed
fix: image gallery nav buttons positioning
1 parent d7e68db commit 300c297

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2418,7 +2418,7 @@ function RemoteFunctions(config = {}) {
24182418
@media (max-width: 450px) {
24192419
.phoenix-image-gallery-upload-container button {
24202420
font-size: 0 !important;
2421-
padding: 3px 6px !important;
2421+
padding: 3px 5px 3px 6px !important;
24222422
}
24232423
24242424
.phoenix-image-gallery-upload-container button svg {
@@ -2498,12 +2498,12 @@ function RemoteFunctions(config = {}) {
24982498
color: #eaeaf0 !important;
24992499
background: rgba(21,25,36,0.65) !important;
25002500
cursor: pointer !important;
2501-
font-size: 20px !important;
2501+
font-size: 22px !important;
25022502
font-weight: 600 !important;
25032503
user-select: none !important;
25042504
transition: all 0.2s ease !important;
25052505
z-index: 2147483647 !important;
2506-
padding: 4px 12px 8px 12px !important;
2506+
padding: 2px 11px 7px 11px !important;
25072507
display: none !important;
25082508
align-items: center !important;
25092509
justify-content: center !important;
@@ -2514,8 +2514,6 @@ function RemoteFunctions(config = {}) {
25142514
.phoenix-image-gallery-nav:hover {
25152515
background: rgba(21,25,36,0.85) !important;
25162516
border-color: rgba(255,255,255,0.25) !important;
2517-
transform: scale(1.05) !important;
2518-
box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
25192517
}
25202518
25212519
.phoenix-image-gallery-nav:active {

0 commit comments

Comments
 (0)