aboutsummaryrefslogtreecommitdiffstats
path: root/styles/_window.scss
diff options
context:
space:
mode:
Diffstat (limited to 'styles/_window.scss')
-rw-r--r--styles/_window.scss32
1 files changed, 16 insertions, 16 deletions
diff --git a/styles/_window.scss b/styles/_window.scss
index a2d0438..08ddfaf 100644
--- a/styles/_window.scss
+++ b/styles/_window.scss
@@ -26,22 +26,22 @@
}
&:not(.window--popup) {
- height: 80vh;
- width: 80vw;
- top: 10vh;
- left: 10vw;
+ height: 100%;
+ width: 100%;
+ }
+ // top: 50%;
+ // left: 50%;
+ // @media (min-width: 80em) {
+ // width: 64em;
+ // left: calc((100vw - 64em) / 2)
+ // }
- @media (min-width: 80em) {
- width: 64em;
- left: calc((100vw - 64em) / 2)
- }
-
- @media (min-height: 80em) {
- width: 64em;
- left: calc((100vh - 64em) / 2)
- }
- }
+ // @media (min-height: 80em) {
+ // width: 64em;
+ // left: calc((100vh - 64em) / 2)
+ // }
+ // }
&__title {
position: absolute;
@@ -181,8 +181,8 @@
right: 0!important;
bottom: 0!important;
left: 0!important;
- width: 100%;
- height: 100%;
+ width: 100%!important;
+ height: 100%!important;
& > .window__content {
top: 0;