Wrap specification blocks in modals

This commit is contained in:
Stevie Robinson 2024-07-16 19:46:38 +02:00
parent 1aaa9a14bc
commit fbea24408b
4 changed files with 12 additions and 0 deletions

View File

@ -25,3 +25,8 @@
border-radius: 4px;
background-color: var(--cardCenterBackgroundColor);
}
.customFormats{
display: flex;
flex-wrap: wrap;
}

View File

@ -3,6 +3,7 @@
interface CssExports {
'addSpecification': string;
'center': string;
'customFormats': string;
'deleteButton': string;
'rightButtons': string;
}

View File

@ -25,3 +25,8 @@
border-radius: 4px;
background-color: var(--cardCenterBackgroundColor);
}
.autoTaggings {
display: flex;
flex-wrap: wrap;
}

View File

@ -2,6 +2,7 @@
// Please do not change this file!
interface CssExports {
'addSpecification': string;
'autoTaggings': string;
'center': string;
'deleteButton': string;
'rightButtons': string;