fix mobile login overlay bug

This commit is contained in:
Evan Mullins 2022-12-07 17:40:31 -05:00
parent d6a16c78f3
commit d050f95bd4

View file

@ -5,7 +5,7 @@
Author: Evan Mullins
Author URI: https://circlecube.com
Template: twentynineteen
Version: 1.11.0
Version: 1.11.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wasmo
@ -882,8 +882,9 @@ cite span {
/* footer widget / lwa modal */
div.lwa-modal-overlay div.lwa-modal-popup {
width: 450px !important;
font-size: 18px;
max-width:100% !important;
width: 450px !important;
}
.lwa-modal-overlay input[type="checkbox"] {
margin-right: .5rem !important;