mirror of
https://github.com/lorens-osman-dev/double-row-toolbar.git
synced 2026-07-22 05:43:57 +00:00
22 lines
No EOL
694 B
CSS
22 lines
No EOL
694 B
CSS
.mobile-toolbar {
|
|
.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;
|
|
|
|
.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%;
|
|
}
|
|
}
|
|
}
|
|
} |