Add basic support for registering custom icons that override icons provided by the system/modules
This commit is contained in:
parent
c90137b18f
commit
c7541db1d9
9 changed files with 279 additions and 6 deletions
8
styles/apps/common.css
Normal file
8
styles/apps/common.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