Merge "Reduce breakpoint size for mobile reply dialog"

This commit is contained in:
Kasper Nilsson
2018-06-20 23:16:20 +00:00
committed by Gerrit Code Review

View File

@@ -275,11 +275,6 @@ limitations under the License.
#commitMessageEditor {
min-width: 0;
}
gr-reply-dialog {
height: 100vh;
min-width: initial;
width: 100vw;
}
}
/* NOTE: If you update this breakpoint, also update the
BREAKPOINT_RELATED_SMALL in the JS */
@@ -351,6 +346,11 @@ limitations under the License.
#mainContent.overlayOpen .hideOnMobileOverlay {
display: none;
}
gr-reply-dialog {
height: 100vh;
min-width: initial;
width: 100vw;
}
}
</style>
<div class="container loading" hidden$="[[!_loading]]">Loading...</div>