Merge "Reduce breakpoint size for mobile reply dialog"
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user