Skip to content

Commit b0de8c9

Browse files
fix: upsell overlay layout (#1086)
- Removed extra margin, padding, and width for `only-pro-content` class. - Removed extra padding for the `upgrade-content` class.
1 parent 73040dd commit b0de8c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css/settings.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,14 +400,14 @@ fieldset[disabled] .form-control {
400400
position: absolute;
401401
top: 0;
402402
left: 0;
403-
width: calc(100% + 60px);
403+
width: 100%;
404404
height: 100%;
405-
margin: 0 -30px;
405+
margin: 0;
406406
background: rgba(255, 255, 255, 0.6);
407407
-webkit-backdrop-filter: blur(4px);
408408
backdrop-filter: blur(4px);
409409
z-index: 1;
410-
padding: 30px;
410+
padding:0;
411411
opacity: 0;
412412
visibility: hidden;
413413
-webkit-transition: all 0.3s ease-in-out;
@@ -1118,7 +1118,7 @@ input.fz-switch-toggle[type=checkbox]:checked:before{
11181118
/* FZ tab style end */
11191119

11201120
.upgrade-alert{
1121-
padding: 10px 10px 10px 10px;
1121+
padding: 10px 0;
11221122
background: #4268CF;
11231123
text-align: center;
11241124
font-size: 14px;

0 commit comments

Comments
 (0)