Use variable for mobile jumbo list button

This commit is contained in:
Cohee
2025-09-18 21:19:44 +03:00
parent 7cba4e88ab
commit 4e01c9c0dc
3 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -11,19 +11,18 @@
}
#rm_button_panel_pin_div,
#lm_button_panel_pin_div{
#lm_button_panel_pin_div {
display: none;
}
#rm_button_characters {
font-size: 3em;
font-size: var(--topBarIconSize);
}
#CharListButtonAndHotSwaps {
align-items: center;
}
#send_form.compact #leftSendForm,
#send_form.compact #rightSendForm {
flex-wrap: nowrap;
@@ -34,7 +33,8 @@
display: none;
}
#bg_menu_content, #bg_custom_content {
#bg_menu_content,
#bg_custom_content {
grid-template-columns: repeat(var(--bg-thumb-columns, 3), 1fr);
}