diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-01-19 19:45:14 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-19 19:49:39 -0800 |
commit | 7e9742a604baddebacafc052032f63d3d433b5d0 (patch) | |
tree | 9f9804c306b668144f382cf719aefec5228eecaf /fatcat_scholar/static/dialog-polyfill.css | |
parent | 892da3ccc83f398eb9f92785e79ac624894fbabe (diff) | |
download | fatcat-scholar-7e9742a604baddebacafc052032f63d3d433b5d0.tar.gz fatcat-scholar-7e9742a604baddebacafc052032f63d3d433b5d0.zip |
html: remove modal/polyfill code
Diffstat (limited to 'fatcat_scholar/static/dialog-polyfill.css')
-rw-r--r-- | fatcat_scholar/static/dialog-polyfill.css | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/fatcat_scholar/static/dialog-polyfill.css b/fatcat_scholar/static/dialog-polyfill.css deleted file mode 100644 index 6b38bf0..0000000 --- a/fatcat_scholar/static/dialog-polyfill.css +++ /dev/null @@ -1,37 +0,0 @@ -dialog { - position: absolute; - left: 0; right: 0; - width: -moz-fit-content; - width: -webkit-fit-content; - width: fit-content; - height: -moz-fit-content; - height: -webkit-fit-content; - height: fit-content; - margin: auto; - border: solid; - padding: 1em; - background: white; - color: black; - display: block; -} - -dialog:not([open]) { - display: none; -} - -dialog + .backdrop { - position: fixed; - top: 0; right: 0; bottom: 0; left: 0; - background: rgba(0,0,0,0.1); -} - -._dialog_overlay { - position: fixed; - top: 0; right: 0; bottom: 0; left: 0; -} - -dialog.fixed { - position: fixed; - top: 50%; - transform: translate(0, -50%); -}
\ No newline at end of file |