mirror of
https://github.com/lorens-osman-dev/double-row-toolbar.git
synced 2026-07-22 12:30:23 +00:00
14 lines
290 B
CSS
14 lines
290 B
CSS
.mobile-toolbar {
|
|
.mobile-toolbar-options-container {
|
|
height: 100%;
|
|
|
|
.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;
|
|
}
|
|
}
|
|
}
|