mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 01:24:05 +01:00
#456 Added CSS styling for mobile view of boardlist.
Signed-off-by: 8n-tech <8n-tech@users.noreply.github.com>
This commit is contained in:
parent
62380bfbde
commit
fdce50adf9
@ -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;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user