lorens-osman-dev_double-row.../styles.css

22 lines
694 B
CSS
Raw Normal View History

.mobile-toolbar {
2026-04-12 19:57:34 +00:00
.mobile-toolbar-options-container {
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
.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
}
}