mirror of https://github.com/vladmandic/human
updated firefox css styling
parent
9c63f6c972
commit
650224f618
|
@ -30,6 +30,7 @@
|
|||
- [**Build Process**](https://github.com/vladmandic/human/wiki/Build-Process)
|
||||
- [**Performance Notes**](https://github.com/vladmandic/human/wiki/Performance)
|
||||
- [**Performance Profiling**](https://github.com/vladmandic/human/wiki/Profiling)
|
||||
- [**Platform Support**](https://github.com/vladmandic/human/wiki/Platforms)
|
||||
- [**List of Models & Credits**](https://github.com/vladmandic/human/wiki/Models)
|
||||
|
||||
<br>
|
||||
|
|
|
@ -19,7 +19,7 @@ function createCSS() {
|
|||
if (CSScreated) return;
|
||||
const css = `
|
||||
:root { --rounded: 0.2rem; }
|
||||
.menu { position: absolute; top: 0rem; right: 0; width: fit-content; padding: 0 0.2rem 0 0.2rem; line-height: 1.8rem; z-index: 10;
|
||||
.menu { position: absolute; top: 0rem; right: 0; width: max-content; padding: 0 0.2rem 0 0.2rem; line-height: 1.8rem; z-index: 10;
|
||||
box-shadow: 0 0 8px dimgrey; background: ${theme.background}; border-radius: var(--rounded); border-color: black; border-style: solid; border-width: thin; }
|
||||
|
||||
.menu:hover { box-shadow: 0 0 8px ${theme.hover}; }
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -30,7 +30,7 @@
|
|||
"imports": []
|
||||
},
|
||||
"dist/human.esm.js": {
|
||||
"bytes": 1783940,
|
||||
"bytes": 1783941,
|
||||
"imports": []
|
||||
}
|
||||
},
|
||||
|
@ -45,7 +45,7 @@
|
|||
"exports": [],
|
||||
"inputs": {
|
||||
"dist/human.esm.js": {
|
||||
"bytesInOutput": 1776695
|
||||
"bytesInOutput": 1776696
|
||||
},
|
||||
"demo/draw.js": {
|
||||
"bytesInOutput": 7668
|
||||
|
@ -60,7 +60,7 @@
|
|||
"bytesInOutput": 19407
|
||||
}
|
||||
},
|
||||
"bytes": 1830430
|
||||
"bytes": 1830431
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -9,7 +9,7 @@
|
|||
"imports": []
|
||||
},
|
||||
"package.json": {
|
||||
"bytes": 2322,
|
||||
"bytes": 2323,
|
||||
"imports": []
|
||||
},
|
||||
"src/age/age.js": {
|
||||
|
@ -468,10 +468,10 @@
|
|||
"bytesInOutput": 1368
|
||||
},
|
||||
"package.json": {
|
||||
"bytesInOutput": 21
|
||||
"bytesInOutput": 22
|
||||
}
|
||||
},
|
||||
"bytes": 1783940
|
||||
"bytes": 1783941
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -9,7 +9,7 @@
|
|||
"imports": []
|
||||
},
|
||||
"package.json": {
|
||||
"bytes": 2322,
|
||||
"bytes": 2323,
|
||||
"imports": []
|
||||
},
|
||||
"src/age/age.js": {
|
||||
|
@ -466,10 +466,10 @@
|
|||
"bytesInOutput": 1368
|
||||
},
|
||||
"package.json": {
|
||||
"bytesInOutput": 21
|
||||
"bytesInOutput": 22
|
||||
}
|
||||
},
|
||||
"bytes": 1783251
|
||||
"bytes": 1783252
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit 8b7ff45ead1ade2f530a45f06702c9fa65c8dc35
|
||||
Subproject commit 955e5a55f53b06f3048ea8c1058d25d93861d606
|
Loading…
Reference in New Issue