mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-24 22:25:16 +02:00
🩹 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…
x
Reference in New Issue
Block a user