[Rt-commit] rt branch, 5.0/round-2-updates-for-mobile, updated. rt-5.0.0-177-g11922adbcf
Blaine Motsinger
blaine at bestpractical.com
Wed Dec 30 19:16:08 EST 2020
The branch, 5.0/round-2-updates-for-mobile has been updated
via 11922adbcf2c7d378c7c54e40ed754c58131f9b8 (commit)
from 264e48a16c25bb386981ad4f4b19b364dec4a945 (commit)
Summary of changes:
share/html/Articles/index.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 11922adbcf2c7d378c7c54e40ed754c58131f9b8
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Wed Dec 30 18:13:37 2020 -0600
Update articles overview for single column layout
On mobile layout or smaller window sizes, the articles overview
page was not correctly flowing to a single column layout. This
commit fixes articles overview to support the single column at
smaller sizes, and double column at larger.
diff --git a/share/html/Articles/index.html b/share/html/Articles/index.html
index 8a29b5f63a..6b934979bf 100644
--- a/share/html/Articles/index.html
+++ b/share/html/Articles/index.html
@@ -48,8 +48,8 @@
<& /Elements/Header, Title => loc('Articles') &>
<& /Elements/Tabs &>
-<div class="form-row">
- <div class="col-9">
+<div class="row">
+ <div class="boxcontainer col-xl-9">
<div class="col-12">
<& /Articles/Elements/MaybeNeedsSetup &>
</div>
@@ -60,7 +60,7 @@
<& /Articles/Elements/NewestArticles &>
</div>
</div>
- <div class="col-3">
+ <div class="boxcontainer col-xl-3">
<div class="col-12">
<& /Articles/Elements/QuickSearch &>
</div>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list