Skip to content

Commit

Permalink
Anti-softlock resizing for mobile settings menu (down to 360px width …
Browse files Browse the repository at this point in the history
…screens for now).
  • Loading branch information
00Fjongl committed Jul 23, 2024
1 parent 51832bc commit 047f560
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions views/assets/css/styles-1644738239.css
Original file line number Diff line number Diff line change
Expand Up @@ -1173,6 +1173,22 @@ iner
top: -6px;
}

.settings-content {
width: 300px;
}

.cseltitle-main {
font-size: 23.5px;
}

.cseltitle {
font-size: 15px;
}

#csel .cseltitle ~ input:not([type="checkbox"]), #csel select {
width: calc(100% - 100px);
}

.text-wrap {
width: 250px;
}
Expand Down
1 change: 1 addition & 0 deletions views/pages/misc/deobf/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<input type=text placeholder="Icon URL" spellcheck=false><input class="cselbutton cselmargin" type=submit value=Apply>
</form>
<input id=cselreset class="cselbutton" type=button value=Reset>
<br>
<input id=cselab class="cselbutton" type=button value="Open Stealth Frame">
<p>Icon Presets:</p>
<select id=icon-list>
Expand Down

0 comments on commit 047f560

Please sign in to comment.