stream-ui: Change view from 2-column to 1-column at width 992px.

This prevents the elements to go on a newline on iPad sized devices.
This commit is contained in:
Ganesh Pawar
2021-02-18 17:53:53 +05:30
committed by Tim Abbott
parent d71afc5a26
commit 34ada11448
2 changed files with 2 additions and 2 deletions

View File

@@ -1784,7 +1784,7 @@ body:not(.night-mode) #settings_page .custom_user_field .datepicker {
/* This value needs to match with the same in subscriptions.css, as
we have some shared styles declared there */
@media (width < $md_min) {
@media (width < $lg_min) {
#settings_overlay_container {
/* this variable allows JavaScript to detect this media query */
--single-column: yes;

View File

@@ -1119,7 +1119,7 @@ ul.grey-box {
Longer-term we should extract this logic two-column-overlay class
to read more naturally. */
@media (width < $md_min) {
@media (width < $lg_min) {
.subscriptions-container {
position: relative;
overflow: hidden;