From 999c45c62283c30447615d73282f59dbbea4f29d Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 23 Nov 2020 07:44:10 -0500 Subject: [PATCH] updated firefox css styling --- README.md | 1 + demo/menu.js | 2 +- wiki | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd0b352e..69ac2a32 100644 --- a/README.md +++ b/README.md @@ -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)
diff --git a/demo/menu.js b/demo/menu.js index 6d44013e..be9336b3 100644 --- a/demo/menu.js +++ b/demo/menu.js @@ -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}; } diff --git a/wiki b/wiki index 8b7ff45e..955e5a55 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit 8b7ff45ead1ade2f530a45f06702c9fa65c8dc35 +Subproject commit 955e5a55f53b06f3048ea8c1058d25d93861d606