mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style(home): add better styling to boards box for mobile
This commit is contained in:
@@ -103,7 +103,7 @@ export const Search = styled.div`
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: 60px;
|
width: 70px;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -244,6 +244,24 @@ export const BoardsBox = styled.div`
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 480px) {
|
||||||
|
.boxbar {
|
||||||
|
padding-left: 0.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.boxcontent {
|
||||||
|
font-size: 1.05em;
|
||||||
|
padding: 0.25em;
|
||||||
|
line-height: 2em;
|
||||||
|
|
||||||
|
.column {
|
||||||
|
width: 44%;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
margin-right: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const BoardsContent = styled.div`
|
export const BoardsContent = styled.div`
|
||||||
|
|||||||
Reference in New Issue
Block a user