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