mirror of https://github.com/Lissy93/dashy.git
🩹 Replaces width fill-availible with stretch
This commit is contained in:
parent
9f07ba0843
commit
4d3a25c1bd
|
@ -389,9 +389,9 @@ export default {
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
.widget-base {
|
.widget-base {
|
||||||
min-width: 10rem;
|
min-width: 10rem;
|
||||||
|
width: stretch;
|
||||||
width: -webkit-fill-available;
|
width: -webkit-fill-available;
|
||||||
width: -moz-available;
|
width: -moz-available;
|
||||||
width: fill-available;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue