Merge pull request #14769 from Snuffleupagus/cleanup-media-840px

Remove unnecessary `@media` CSS rules (PR 8993 follow-up)
This commit is contained in:
Tim van der Meij 2022-04-14 20:41:59 +02:00 committed by GitHub
commit c4336808fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1595,19 +1595,9 @@ dialog :link {
#sidebarContainer {
background-color: var(--sidebar-narrow-bg-color);
}
#outerContainer.sidebarOpen #viewerContainer {
inset-inline-start: 0 !important;
}
#outerContainer .hiddenLargeView,
#outerContainer .hiddenMediumView {
display: inherit;
}
#outerContainer .visibleLargeView,
#outerContainer .visibleMediumView {
display: none;
}
}
@media all and (max-width: 770px) {