Add the buttons for creating new embedded items from the sheet
This commit is contained in:
parent
9b239831b8
commit
495e669ba6
5 changed files with 90 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue