mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix home logo, add padding to catalog post row
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
padding-bottom: 20px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.post {
|
||||
@@ -81,4 +81,13 @@
|
||||
.post a {
|
||||
color: unset;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.postMenuBtn {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
padding-left: 5px;
|
||||
|
||||
width: 1em;
|
||||
height: 1em
|
||||
}
|
||||
@@ -91,6 +91,9 @@ const CatalogPost = ({ post }: { post: Comment }) => {
|
||||
/ L: <b>{linkCount}</b>
|
||||
</span>
|
||||
)}
|
||||
<span className={styles.postMenuBtn} title='Thread Menu'>
|
||||
▶
|
||||
</span>
|
||||
</div>
|
||||
<Link to={postLink}>
|
||||
<div className={styles.teaser}>
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
}
|
||||
|
||||
.logo img {
|
||||
width: 300px;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user