Skip to content

Commit 03777ec

Browse files
committed
style tweaks for new field icon
1 parent 1e50c50 commit 03777ec

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,12 +404,15 @@ main {
404404
max-height: 0;
405405
overflow: hidden;
406406
border: var(--button-bg) 2px solid;
407+
border-bottom: none;
408+
border-top: none;
407409
}
408410

409411
.field-container > details[open=""] ~ div {
410412
padding-top: var(--padding-1);
411413
padding-bottom: var(--padding-1);
412414
max-height: calc(calc(var(--button-height) * 4) + calc(var(--padding-1) * 4));
415+
border-bottom: var(--button-bg) 2px solid;
413416
}
414417

415418
.field-container > details > summary {
@@ -419,12 +422,14 @@ main {
419422
margin-bottom: 0;
420423
}
421424

422-
.icon {
425+
.field .icon {
423426
width: var(--button-height);
424427
height: var(--button-height);
425428
font-style: normal;
426429
font-size: larger;
427430
align-items: center;
428431
--fa-display: inline-flex;
429432
justify-content: center;
433+
border-right: var(--global-bg) solid 1px;
434+
margin-right: var(--padding-1);
430435
}

0 commit comments

Comments
 (0)