diff --git a/css/style.css b/css/style.css index 44b483f..c916f3c 100644 --- a/css/style.css +++ b/css/style.css @@ -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; diff --git a/sass/layout/_prompt.sass b/sass/layout/_prompt.sass index 40cfb8f..c07b51a 100644 --- a/sass/layout/_prompt.sass +++ b/sass/layout/_prompt.sass @@ -44,6 +44,9 @@ @extend .ion-shuffle +.confirm-popup.prompt-wrapper + margin-top: -100px + /************ FOLLOWING-CONFIG MODAL **********/