avoid fill-available as pointed out by w3 css validator

This commit is contained in:
asus
2023-11-29 23:22:59 +01:00
parent 5843f9af1a
commit 0aa774b21f
2 changed files with 3 additions and 7 deletions

View File

@@ -32,11 +32,7 @@
/*
width : -parent- content
*/
[data-flex~="parent"] {
width: -moz-available; /* WebKit-based browsers will ignore this. */
width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
width: fill-available;
}
[data-flex~="parent"] { width: 100%; }
[data-flex~="content"] { width: fit-content; }
/*
position : -center- left right top bottom