mirror of
https://github.com/plebbit/seedit.git
synced 2026-02-15 16:31:24 -05:00
style(sidebar): improve margin
This commit is contained in:
@@ -170,7 +170,7 @@ a {
|
||||
|
||||
.rules {
|
||||
margin-bottom: 10px;
|
||||
margin-top: 3px;
|
||||
margin-top: 7px;
|
||||
color: var(--text-markdown);
|
||||
line-height: 15px;
|
||||
word-wrap: break-word;
|
||||
|
||||
@@ -49,8 +49,6 @@ const Post = () => {
|
||||
window.scrollTo(0, 0);
|
||||
}, []);
|
||||
|
||||
console.log(post.content);
|
||||
|
||||
return (
|
||||
<div className={styles.content}>
|
||||
<div className={styles.sidebar}>
|
||||
|
||||
Reference in New Issue
Block a user