Merge pull request #9819 from Snuffleupagus/viewerContainer-offset-small-window

Fix regression affecting the horizontal `viewerContainer` offset for small window widths (PR 9816 follow-up)
This commit is contained in:
Tim van der Meij 2018-06-16 00:19:41 +02:00 committed by GitHub
commit 5dacc8155c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1847,10 +1847,10 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
}
html[dir='ltr'] #outerContainer.sidebarOpen #viewerContainer {
left: 0px;
left: 0px !important;
}
html[dir='rtl'] #outerContainer.sidebarOpen #viewerContainer {
right: 0px;
right: 0px !important;
}
#outerContainer .hiddenLargeView,