enable fbrowser for mobile view
This commit is contained in:
parent
b6ab3bdd36
commit
aeb999c4d9
2 changed files with 11 additions and 2 deletions
|
@ -1290,8 +1290,11 @@ section #jotOpen {
|
|||
padding-right: 1px;
|
||||
}
|
||||
.fbrowser .folders ul {
|
||||
padding-left: 0px;
|
||||
padding: 0px;
|
||||
margin-left: -15px;
|
||||
margin-bottom: 0px;
|
||||
overflow-y: auto;
|
||||
max-height: calc(100vh - 210px);
|
||||
}
|
||||
.fbrowser .folders li {
|
||||
padding-left: 20px;
|
||||
|
@ -1314,6 +1317,10 @@ section #jotOpen {
|
|||
.fbrowser .folders + .list {
|
||||
padding-left: 10px;
|
||||
}
|
||||
.fbrowser .fbrowser-content-container {
|
||||
overflow-y: auto;
|
||||
max-height: calc(100vh - 175px);
|
||||
}
|
||||
.fbrowser .profile-rotator-wrapper {
|
||||
min-height: 200px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue