mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-27 15:44:27 +02:00
🔀 Merge pull request #871 from AaronPorts/master
IframeWidget min-height reduce to 80px
This commit is contained in:
commit
5f96b6ccf8
@ -48,7 +48,7 @@ export default {
|
|||||||
.iframe-widget {
|
.iframe-widget {
|
||||||
iframe {
|
iframe {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 240px;
|
min-height: 80px;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user