mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-01 04:09:12 +01:00
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;
|
||
|
|
}
|