Begin prototyping a popout text editor for use across multiple sheet types
This commit is contained in:
parent
97af3801c4
commit
71684fcbe9
4 changed files with 64 additions and 0 deletions
5
styles/dialog/text-editor.scss
Normal file
5
styles/dialog/text-editor.scss
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.dialog--text-editor {
|
||||
[role="application"] {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
|
@ -9,6 +9,7 @@
|
|||
@use "./global/design-v2.scss";
|
||||
|
||||
@use "./dialog/DiceList.scss";
|
||||
@use "./dialog/text-editor.scss";
|
||||
|
||||
@use "./sheets/partials/stat.scss";
|
||||
@use "./sheets/partials/skill.scss";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue