From 094a2b7b7fcfe9da341ffc1d0a406057e18c44f8 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 12 Dec 2014 15:42:31 -0500 Subject: [PATCH] Fixes isssues with full screen modal positioning on mobile --- src/definitions/modules/modal.less | 6 ------ src/themes/default/modules/modal.variables | 3 --- 2 files changed, 9 deletions(-) diff --git a/src/definitions/modules/modal.less b/src/definitions/modules/modal.less index 1ab897a95..9407a84b9 100755 --- a/src/definitions/modules/modal.less +++ b/src/definitions/modules/modal.less @@ -350,12 +350,6 @@ color: @innerCloseColor; } -@media only screen and (max-width : @largestMobileScreen) { - .ui.fullscreen.modal { - width: @fullScreenMobileWidth !important; - margin: @fullScreenMobileMargin !important; - } -} /*-------------- Size diff --git a/src/themes/default/modules/modal.variables b/src/themes/default/modules/modal.variables index 5dd7e5348..22364cedc 100644 --- a/src/themes/default/modules/modal.variables +++ b/src/themes/default/modules/modal.variables @@ -93,9 +93,6 @@ @fullScreenOffset: (100% - @fullScreenWidth) / 2; @fullScreenMargin: 1em auto; -@fullScreenMobileWidth: auto; -@fullScreenMobileMargin: 1em; - /*------------------- Types --------------------*/