Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Concedo authored and Concedo committed Apr 12, 2024
1 parent 51a2712 commit 03487ef
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,14 @@
width: 100%;
}
}
.nspopup.flexsizevsmall {
width: 330px;
}
@media (max-width: 340px) {
.nspopup.flexsizevsmall {
width: 100%;
}
}
.nspopup.flexsizebig {
width: 940px;
}
Expand Down Expand Up @@ -14257,7 +14265,7 @@

<div class="popupcontainer flex hidden" id="settingscontainer">
<div class="popupbg flex"></div>
<div class="nspopup fixsize evenhigher">
<div class="nspopup flexsizevsmall evenhigher">
<div class="popuptitlebar">
<div class="popuptitletext">Settings</div>
</div>
Expand Down Expand Up @@ -14663,7 +14671,7 @@
</div>
</td>
<td class="settingsmall">
<button type="button" class="btn btn-primary" onclick="selectImgStyle()" style="font-size:11px; padding: 0px 4px; margin: 0px 1px 0px 1px;">Style<br>🎨</button>
<button type="button" class="btn btn-primary" onclick="selectImgStyle()" style="font-size:11px; padding: 0px 4px; margin: 0px 1px 0px 1px;">Setup<br>🎨</button>
</td>
</tr>
</table>
Expand Down

0 comments on commit 03487ef

Please sign in to comment.