Skip to content

Commit 5075181

Browse files
devvaannshabose
authored andcommitted
fix: give some space to allow elements to breathe
1 parent bb27dbb commit 5075181

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2266,19 +2266,21 @@ function RemoteFunctions(config = {}) {
22662266
22672267
.phoenix-image-gallery-header {
22682268
display: flex;
2269-
padding: 6px 8px;
2270-
gap: 10px;
2269+
padding: 10px 8px 6px 8px;
22712270
}
22722271
22732272
.phoenix-image-gallery-header-title {
22742273
display: flex;
2274+
align-items: center;
22752275
color: #a0a0a0;
22762276
gap: 3px;
22772277
font-size: 14px;
2278+
margin-bottom: 4px;
2279+
margin-right: 10px;
22782280
}
22792281
22802282
.phoenix-image-gallery-header-icon {
2281-
height: 18px;
2283+
height: 16px;
22822284
width: 18px;
22832285
}
22842286
@@ -2289,6 +2291,7 @@ function RemoteFunctions(config = {}) {
22892291
22902292
.search-wrapper {
22912293
position: relative;
2294+
margin-right: 2px;
22922295
}
22932296
22942297
.search-wrapper input {
@@ -2301,8 +2304,8 @@ function RemoteFunctions(config = {}) {
23012304
23022305
.search-wrapper .search-icon {
23032306
position: absolute;
2304-
left: 10px;
2305-
top: 50%;
2307+
left: 6px;
2308+
top: 55%;
23062309
transform: translateY(-50%);
23072310
background: none;
23082311
border: none;
@@ -2364,7 +2367,7 @@ function RemoteFunctions(config = {}) {
23642367
.phoenix-image-gallery-strip {
23652368
overflow: hidden;
23662369
scroll-behavior: smooth;
2367-
padding: 3px 6px 6px 6px;
2370+
padding: 6px;
23682371
}
23692372
23702373
.phoenix-image-gallery-row {

0 commit comments

Comments
 (0)