2026-05-07 18:52:59 +00:00
|
|
|
.mobile-toolbar {
|
2026-04-12 19:57:34 +00:00
|
|
|
.mobile-toolbar-options-container {
|
2026-05-07 18:52:59 +00:00
|
|
|
height: 100%;
|
|
|
|
|
.mobile-toolbar-options-list-container {
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
/* The TS code above will override the 25px fallback */
|
|
|
|
|
bottom: var(--double_row_mobile_toolbar_bottom_offset, 25px);
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 70px;
|
2026-04-12 19:57:34 +00:00
|
|
|
|
2026-05-07 18:52:59 +00:00
|
|
|
.mobile-toolbar-options-list {
|
|
|
|
|
padding-bottom: 2px;
|
|
|
|
|
padding-top: 2px;
|
|
|
|
|
display: grid !important;
|
|
|
|
|
grid-template-rows: 1fr 1fr;
|
|
|
|
|
grid-auto-flow: column;
|
|
|
|
|
row-gap: 4px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
2026-04-12 19:57:34 +00:00
|
|
|
}
|
2025-03-24 05:57:15 +00:00
|
|
|
}
|
2026-05-07 18:52:59 +00:00
|
|
|
}
|