Browse Source

tune confirmation pop-up position

nin-v2
Simon Grim 9 years ago
parent
commit
42d40f9c1a
  1. 4
      css/style.css
  2. 3
      sass/layout/_prompt.sass

4
css/style.css

@ -863,6 +863,10 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { @@ -863,6 +863,10 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
line-height: 0.8rem;
}
.confirm-popup.prompt-wrapper {
margin-top: -100px;
}
/************ FOLLOWING-CONFIG MODAL ********* */
.prompt-wrapper.following-config-modal, .direct-messages-thread + .group-messages-control .following-config-modal.invite-form, .mini-profile .following-config-modal.post-area.display {
margin-top: -100px;

3
sass/layout/_prompt.sass

@ -44,6 +44,9 @@ @@ -44,6 +44,9 @@
@extend .ion-shuffle
.confirm-popup.prompt-wrapper
margin-top: -100px
/************ FOLLOWING-CONFIG MODAL **********/

Loading…
Cancel
Save