mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-28 01:10:54 +01:00
feat: add iframe widget (#291)
* feat: add nestjs replacement, remove nestjs * feat: add iframe widget * fix: format issue * fix: format issue * fix: format issue * fix: lockfile frozen
This commit is contained in:
8
packages/widgets/src/iframe/component.module.css
Normal file
8
packages/widgets/src/iframe/component.module.css
Normal file
@@ -0,0 +1,8 @@
|
||||
.iframe {
|
||||
border-radius: var(--mantine-radius-sm);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: none;
|
||||
background: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
Reference in New Issue
Block a user