Add spacing between settings in the submenus (closes #16)
This commit is contained in:
parent
03330973d7
commit
c946642873
3 changed files with 12 additions and 1 deletions
8
styles/apps.css
Normal file
8
styles/apps.css
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.application.oft {
|
||||
> .window-content.standard-form .setting-list {
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue