18 lines
508 B
CSS
18 lines
508 B
CSS
.jekyll-publish-row { display: flex; gap: 8px; margin-bottom: 6px; align-items: center; }
|
|
.jekyll-publish-row input { flex: 1; }
|
|
|
|
/* Read-only document frontmatter fields shown when "Merge document
|
|
frontmatter" is on — visually muted to signal they cannot be edited here. */
|
|
.jekyll-publish-row input.jekyll-publish-doc {
|
|
opacity: 0.65;
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
/* Delete button on an editable property row. */
|
|
.jekyll-publish-del {
|
|
flex: 0 0 auto;
|
|
width: 28px;
|
|
padding: 0;
|
|
line-height: 1;
|
|
}
|