Add the buttons for creating new embedded items from the sheet

This commit is contained in:
Eldritch-Oliver 2025-10-05 16:28:40 -06:00
parent 9b239831b8
commit 495e669ba6
5 changed files with 90 additions and 2 deletions

View file

@ -12,6 +12,10 @@
color: var(--base-text);
.col-header {
display: flex;
flex-direction: row;
gap: 4px;
align-items: center;
background: var(--section-header-background);
color: var(--section-header-text);
}