From fdce50adf9feaeebadaff2a60e5dae355db6b75f Mon Sep 17 00:00:00 2001 From: 8n-tech <8n-tech@users.noreply.github.com> Date: Fri, 17 Apr 2015 04:03:01 +1000 Subject: [PATCH] #456 Added CSS styling for mobile view of boardlist. Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com> --- stylesheets/style.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 61678115..6c661947 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1535,4 +1535,28 @@ li.tag-item a.tag-link { td.board-tags a.tag-link { display: inline-block; margin: 0 0.4em 0 0; +} + +@media screen and (max-width: 1100px) { + aside.search-container { + width: 100%; + margin-bottom: 12px; + } + aside.search-container .box { + margin-right: 0; + } + + section.board-list { + margin-top: 12px; + width: 100%; + } + + table.board-list-table .board-meta, + table.board-list-table .board-pph, + table.board-list-table .board-tags { + padding: 0; + margin: 0; + font-size: 0; + width: 0; + } } \ No newline at end of file