diff options
author | 2021-09-02 22:28:11 +0200 | |
---|---|---|
committer | 2021-09-02 23:54:56 +0200 | |
commit | f08f6ca0a9d337efff280d4d1669a41b5d9c31c2 (patch) | |
tree | 7dee778ba742deb5f499f2aa08a1ba040606d633 /styles/_window.scss | |
parent | 9f74c550927671f4ded301d0cf3e9d592716375c (diff) | |
download | my_apps-f08f6ca0a9d337efff280d4d1669a41b5d9c31c2.tar.gz my_apps-f08f6ca0a9d337efff280d4d1669a41b5d9c31c2.tar.bz2 my_apps-f08f6ca0a9d337efff280d4d1669a41b5d9c31c2.zip |
finish translations, force maximize
Diffstat (limited to 'styles/_window.scss')
-rw-r--r-- | styles/_window.scss | 32 |
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; |