[Rt-commit] rt branch, 4.6/fix-menu-overflows, repushed
Blaine Motsinger
blaine at bestpractical.com
Tue Dec 17 13:57:42 EST 2019
The branch 4.6/fix-menu-overflows was deleted and repushed:
was 5fad009cadf952e518f1a2a8eb674468d8612b87
now 0f164626c3cec36a83edab51523ead5c77d6af06
1: affff47bda = 1: affff47bda Fix overflow for main and page navigation
2: 657d623152 = 2: 657d623152 Re-add collapsing topactions buttons
3: 5fad009cad ! 3: 0f164626c3 Update layout to support wrapping subject
@@ -33,6 +33,21 @@
}
@media (max-width: 800px) {
+- div#body {
+- padding: 3em 4.875%; /* 3em at 13px font size => 39px => 39/800 => .04875 */
+- }
+ /* at narrow widths we'll have broken into a single column, so the default
+ padding-right just causes the layout to degrade */
+ .boxcontainer {
+@@
+
+ @media (max-width: 700px) {
+ div#body {
+- padding: 3em 0;
++ padding: 0 0;
+ }
+ }
+
@@
}
More information about the rt-commit
mailing list