You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
feat: select item on file list after navigating back (#5329)
This commit is contained in:
@@ -96,6 +96,9 @@ main {
|
||||
height: 3em;
|
||||
background: var(--background);
|
||||
border-bottom: 1px solid var(--divider);
|
||||
position: sticky;
|
||||
z-index: 1000;
|
||||
top: 4em;
|
||||
}
|
||||
|
||||
.breadcrumbs span,
|
||||
|
||||
@@ -329,6 +329,7 @@ main .spinner .bounce2 {
|
||||
#editor-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
background-color: var(--background);
|
||||
position: fixed;
|
||||
padding-top: 4em;
|
||||
@@ -351,6 +352,8 @@ main .spinner .bounce2 {
|
||||
#editor-container .breadcrumbs {
|
||||
height: 2.3em;
|
||||
padding: 0 1em;
|
||||
position: relative;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
/*** RTL - flip and position arrow of path ***/
|
||||
|
||||
Reference in New Issue
Block a user