mirror of
https://github.com/jsmorabito/obsidian-commander.git
synced 2026-07-22 06:40:31 +00:00
Fix for new version of Obsidian Moboe, renaming mobile list container menu class name
This commit is contained in:
parent
45f1a6f1af
commit
327b37ddb2
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
}
|
||||
.AT-multirow.AT-column {
|
||||
.mobile-toolbar-options-container {
|
||||
.mobile-toolbar-options-list {
|
||||
flex-flow: row wrap;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
var(--at-button-height) * var(--at-row-count) + var(--at-spacing)
|
||||
) !important;
|
||||
}
|
||||
.mobile-toolbar-options-container {
|
||||
.mobile-toolbar-options-list {
|
||||
height: calc(
|
||||
var(--at-button-height) * var(--at-row-count) + var(--at-spacing)
|
||||
) !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue