Browse Source

Fixes isssues with full screen modal positioning on mobile

pull/1481/head
jlukic 10 years ago
parent
commit
094a2b7b7f
2 changed files with 0 additions and 9 deletions
  1. 6
      src/definitions/modules/modal.less
  2. 3
      src/themes/default/modules/modal.variables

6
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

3
src/themes/default/modules/modal.variables

@ -93,9 +93,6 @@
@fullScreenOffset: (100% - @fullScreenWidth) / 2;
@fullScreenMargin: 1em auto;
@fullScreenMobileWidth: auto;
@fullScreenMobileMargin: 1em;
/*-------------------
Types
--------------------*/

Loading…
Cancel
Save