Use variable for mobile jumbo list button
| @@ -16,14 +16,13 @@ | ||
| 16 | 16 | } |
| 17 | 17 | |
| 18 | 18 | #rm_button_characters { |
| 19 | 19 | font-size: 3emvar(--topBarIconSize); |
| 20 | 20 | } |
| 21 | 21 | |
| 22 | 22 | #CharListButtonAndHotSwaps { |
| 23 | 23 | align-items: center; |
| 24 | 24 | } |
| 25 | 25 | |
| 26 | - | |
| 27 | 26 | #send_form.compact #leftSendForm, |
| 28 | 27 | #send_form.compact #rightSendForm { |
| 29 | 28 | flex-wrap: nowrap; |
| @@ -34,7 +33,8 @@ | ||
| 34 | 33 | display: none; |
| 35 | 34 | } |
| 36 | 35 | |
| 37 | 36 | #bg_menu_content, #bg_custom_content { |
| 37 | + #bg_custom_content { | |
| 38 | 38 | grid-template-columns: repeat(var(--bg-thumb-columns, 3), 1fr); |
| 39 | 39 | } |
| 40 | 40 | |