diff --git a/build/style.css b/build/style.css index b539ef3..e4ab0eb 100644 --- a/build/style.css +++ b/build/style.css @@ -207,6 +207,7 @@ input:checked + label::after { } li.coming-soon::after { margin-right: 13px; + height: 16px; float: right; } button.coming-soon { @@ -437,7 +438,8 @@ nav i { top: 50%; left: 50%; transform: translate(-50%, -50%); - width: 90vw; + width: 95vw; + box-sizing: border-box; height: auto; padding: 1.5rem 1.7rem; background: white; diff --git a/src/less/components/dialog.less b/src/less/components/dialog.less index 3b5991e..9548601 100644 --- a/src/less/components/dialog.less +++ b/src/less/components/dialog.less @@ -8,7 +8,10 @@ transform: translate(-50%, -50%); - width: 90vw; + width: 95vw; + + box-sizing: border-box; + height: auto; padding: 1.5rem 1.7rem; diff --git a/src/less/styles/all.less b/src/less/styles/all.less index 86aa8d7..7569fb4 100644 --- a/src/less/styles/all.less +++ b/src/less/styles/all.less @@ -21,6 +21,7 @@ li.coming-soon::after { margin-right: 13px; + height: 16px; float: right; }