Use variable for mobile jumbo list button

4e01c9c0dc8cc5cb0b44390ee2559412ab9e2a37

Cohee <18619528+Cohee1207@users.noreply.github.com>

3 files changed, +3 -3Showing whitespace changes
public/css/mobile-styles.css+3 -3
@@ -16,14 +16,13 @@
16 }16 }
1717
18 #rm_button_characters {18 #rm_button_characters {
19 font-size: 3em;19 font-size: var(--topBarIconSize);
20 }20 }
2121
22 #CharListButtonAndHotSwaps {22 #CharListButtonAndHotSwaps {
23 align-items: center;23 align-items: center;
24 }24 }
2525
26
27 #send_form.compact #leftSendForm,26 #send_form.compact #leftSendForm,
28 #send_form.compact #rightSendForm {27 #send_form.compact #rightSendForm {
29 flex-wrap: nowrap;28 flex-wrap: nowrap;
@@ -34,7 +33,8 @@
34 display: none;33 display: none;
35 }34 }
3635
37 #bg_menu_content, #bg_custom_content {36 #bg_menu_content,
37 #bg_custom_content {
38 grid-template-columns: repeat(var(--bg-thumb-columns, 3), 1fr);38 grid-template-columns: repeat(var(--bg-thumb-columns, 3), 1fr);
39 }39 }
4040
public/scripts/RossAscends-mods.js+0 -0
public/style.css+0 -0