1
0
Fork 0

enable fbrowser for mobile view

This commit is contained in:
rabuzarus 2017-03-25 23:33:53 +01:00
commit aeb999c4d9
2 changed files with 11 additions and 2 deletions

View file

@ -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;
}