File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 427
427
width: 100%;
428
428
}
429
429
}
430
+ .nspopup.flexsizevsmall {
431
+ width: 330px;
432
+ }
433
+ @media (max-width: 340px) {
434
+ .nspopup.flexsizevsmall {
435
+ width: 100%;
436
+ }
437
+ }
430
438
.nspopup.flexsizebig {
431
439
width: 940px;
432
440
}
14257
14265
14258
14266
<div class="popupcontainer flex hidden" id="settingscontainer">
14259
14267
<div class="popupbg flex"></div>
14260
- <div class="nspopup fixsize evenhigher">
14268
+ <div class="nspopup flexsizevsmall evenhigher">
14261
14269
<div class="popuptitlebar">
14262
14270
<div class="popuptitletext">Settings</div>
14263
14271
</div>
14663
14671
</div>
14664
14672
</td>
14665
14673
<td class="settingsmall">
14666
- <button type="button" class="btn btn-primary" onclick="selectImgStyle()" style="font-size:11px; padding: 0px 4px; margin: 0px 1px 0px 1px;">Style <br>🎨</button>
14674
+ <button type="button" class="btn btn-primary" onclick="selectImgStyle()" style="font-size:11px; padding: 0px 4px; margin: 0px 1px 0px 1px;">Setup <br>🎨</button>
14667
14675
</td>
14668
14676
</tr>
14669
14677
</table>
You can’t perform that action at this time.
0 commit comments