Skip to content
Snippets Groups Projects
Commit a2ed1518 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1831892 by dead_arm, nod_: Make Views UI usable on mobile.

parent be694ba9
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -57,15 +57,17 @@
/* @group Attachment configuration columns */
@media screen and (min-width:45em) { /* 720px */
.views-display-columns > * {
float: right;
margin-left: 0;
margin-right: 2%;;
margin-right: 2%;
}
.views-display-columns > *:first-child {
margin-right: 0;
}
}
/* @end */
......
......@@ -207,15 +207,22 @@
/* @group Attachment configuration columns */
.views-display-columns > * {
margin-bottom: 2em;
}
@media screen and (min-width:45em) { /* 720px */
.views-display-columns > * {
float: left; /* LTR */
margin-left: 2%; /* LTR */
margin-bottom: 0;
width: 32%;
}
.views-display-columns > *:first-child {
margin-left: 0; /* LTR */
}
}
/* @end */
......
......@@ -608,9 +608,11 @@ ul#views-display-menu-tabs li.add ul.action-list li{
margin-right: 0.75em;
}
@media screen and (min-width:45em) { /* 720px */
#views-ui-preview-form .form-type-textfield .description {
white-space: nowrap;
}
}
/* @end */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment