mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
improved subscriptions box styling
This commit is contained in:
@@ -172,6 +172,7 @@ export const Boards = styled.div`
|
||||
padding-bottom: .5em;
|
||||
background: #fff;
|
||||
word-wrap: break-word;
|
||||
margin-bottom: 6px;
|
||||
|
||||
#subscriptions {
|
||||
text-align: left;
|
||||
@@ -258,6 +259,28 @@ export const BoardsContent = styled.div`
|
||||
color: #e00
|
||||
}
|
||||
}
|
||||
|
||||
#view-all {
|
||||
color: #800;
|
||||
font-weight: 700;
|
||||
text-decoration: none;
|
||||
|
||||
:hover {
|
||||
color: #e00;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.boardlink, #view-all {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 480px) {
|
||||
#mobile-br {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
export const Footer = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user