mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-31 19:59:26 +01:00
* feat: add nestjs replacement, remove nestjs * feat: add iframe widget * fix: format issue * fix: format issue * fix: format issue * fix: lockfile frozen
9 lines
155 B
CSS
9 lines
155 B
CSS
.iframe {
|
|
border-radius: var(--mantine-radius-sm);
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
background: none;
|
|
background-color: transparent;
|
|
}
|