Use folder icon instead of hamburger and sidebar
This commit is contained in:
parent
66779ff606
commit
34984a6830
2 changed files with 32 additions and 20 deletions
|
@ -152,7 +152,8 @@ store-property: (".src-sidebar-title", {
|
|||
})
|
||||
call-function: ("check-sidebar-dir-entry", {
|
||||
"x": 0,
|
||||
"y": |source_sidebar_title_y| + |source_sidebar_title_height|,
|
||||
// margin = 7px
|
||||
"y": |source_sidebar_title_y| + |source_sidebar_title_height| + 7,
|
||||
})
|
||||
|
||||
// Check the search form
|
||||
|
@ -180,7 +181,8 @@ store-property: (".src-sidebar-title", {
|
|||
})
|
||||
call-function: ("check-sidebar-dir-entry", {
|
||||
"x": 0,
|
||||
"y": |source_sidebar_title_y| + |source_sidebar_title_height|,
|
||||
// margin = 7px
|
||||
"y": |source_sidebar_title_y| + |source_sidebar_title_height| + 7,
|
||||
})
|
||||
|
||||
// Tiny, phone mobile gets a different display where the logo is stacked on top.
|
||||
|
@ -194,5 +196,6 @@ store-property: (".src-sidebar-title", {
|
|||
})
|
||||
call-function: ("check-sidebar-dir-entry", {
|
||||
"x": 0,
|
||||
"y": |source_sidebar_title_y| + |source_sidebar_title_height|,
|
||||
// margin = 7px
|
||||
"y": |source_sidebar_title_y| + |source_sidebar_title_height| + 7,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue