Add basic support for registering custom icons that override icons provided by the system/modules

This commit is contained in:
Oliver 2026-02-09 23:06:51 -07:00
parent c90137b18f
commit c7541db1d9
9 changed files with 279 additions and 6 deletions

8
styles/apps/common.css Normal file
View file

@ -0,0 +1,8 @@
.application.oft {
> .window-content.standard-form .setting-list {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
}
}