X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/23783edfd0a5d4d8e2dabd7a5f2d51643de099a6..7f0caf88dd3aac2e4d5bb4ee064137e03ecd4f03:/apps/wolnelektury_core/static/css/main/dialogs.scss diff --git a/apps/wolnelektury_core/static/css/main/dialogs.scss b/apps/wolnelektury_core/static/css/main/dialogs.scss index a58d59a6b..a5316774a 100755 --- a/apps/wolnelektury_core/static/css/main/dialogs.scss +++ b/apps/wolnelektury_core/static/css/main/dialogs.scss @@ -5,15 +5,14 @@ display: none; background-color: transparent; @include size-px(margin-top, -5); - @include size-px(margin-left, 0); - left: 0 !important; - right: 0; - - @media screen and (min-width: 30em) { - left: none; - right: none; - @include size-px(width, 200); - @include size-px(margin-left, 10); + @include size-px(margin-left, 10); + @include size-px(width, 200); + + @media screen and (max-width: 29.999999em) { + left: 0 !important; + right: 0; + @include size-px(margin-left, 0); + width: auto; } div.header {