1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

Collapse calendar view buttons on narrower screens (<= 1200px)

This commit is contained in:
Mark McDowall
2019-04-13 11:08:59 -07:00
parent dc42c6a1df
commit 377bd6e2b7
2 changed files with 16 additions and 1 deletions
@@ -23,6 +23,7 @@ function createMapStateToProps() {
]);
result.isSmallScreen = dimensions.isSmallScreen;
result.collapseViewButtons = dimensions.isLargeScreen;
result.longDateFormat = uiSettings.longDateFormat;
return result;