Skip to content

Commit

Permalink
18.48 [patch #777 - allow tabs to fit without blocking pagination in …
Browse files Browse the repository at this point in the history
…File Manager]
  • Loading branch information
Ilia Rostovtsev committed May 17, 2017
1 parent 17aa732 commit f55f2a2
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Changelog

#### Version 18.48-patch16 (May 17, 2017)
#### Version 18.48-patch17 (May 17, 2017)
* Added ability to edit multiple files at once, in side-by-side panels in File Manager [#629](https://github.com/qooob/authentic-theme/issues/629#issuecomment-301401776)
* Added image color correction to obsolete table graphs
* Added ability to manage theme config by users without home directory
* Added ability for automatic switching to user mode upon entering its home directory in File Manager [#759](https://github.com/qooob/authentic-theme/issues/759)
* Fixed bugs [#764](https://github.com/qooob/authentic-theme/issues/764) [#770](https://github.com/qooob/authentic-theme/issues/770) [#772](https://github.com/qooob/authentic-theme/issues/772) [#778](https://github.com/qooob/authentic-theme/issues/778)
* Fixed bugs [#764](https://github.com/qooob/authentic-theme/issues/764) [#770](https://github.com/qooob/authentic-theme/issues/770) [#772](https://github.com/qooob/authentic-theme/issues/772) [#777](https://github.com/qooob/authentic-theme/issues/777) [#778](https://github.com/qooob/authentic-theme/issues/778)

#### Version 18.48 (May 6, 2017)
* Added enhancements to page transitions, resulting in overall speed increase
Expand Down
4 changes: 4 additions & 0 deletions unauthenticated/css/authentic.css
Original file line number Diff line number Diff line change
Expand Up @@ -8721,6 +8721,10 @@ body[class*='file-manager'] #list_form tbody tr:hover,
white-space: nowrap
}

.file-manager .container-fluid {
margin-bottom: 80px
}

.dropdown-submenu {
position: relative
}
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/css/authentic.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion unauthenticated/css/bundle.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion unauthenticated/js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ if (t__wi_p.$___________initial === 1) {
localStorage.setItem(($hostname + "-" + a), t__wi_p[a]);
window[a] = t__wi_p[a]
})
}, 250);
}, 500);
__mss();
t__wi_p.fetch_right_pane_favorites()
}
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/js/init.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.48-git-201705171313
18.48-git-201705171352

0 comments on commit f55f2a2

Please sign in to comment.