mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
Adjust margin of some components
This commit is contained in:
@@ -144,7 +144,7 @@ class NewPost extends React.Component<Props, State> {
|
||||
} = this.state;
|
||||
|
||||
return (
|
||||
<div className="newBoardContainer sidebarCard">
|
||||
<div className="newPostContainer sidebarCard">
|
||||
<span className="boardTitle">{board.name}</span>
|
||||
<p><MutedText>{board.description}</MutedText></p>
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
.postList { width: 100%; }
|
||||
}
|
||||
|
||||
.newBoardContainer {
|
||||
.newPostContainer {
|
||||
background-color: $astuto-grey;
|
||||
text-align: center;
|
||||
|
||||
@@ -25,6 +25,10 @@
|
||||
font-size: 25px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.newPostForm {
|
||||
@extend .my-2;
|
||||
}
|
||||
}
|
||||
|
||||
.postStatusListItemContainer {
|
||||
|
||||
@@ -76,7 +76,8 @@
|
||||
@extend
|
||||
.card,
|
||||
.flex-grow-1,
|
||||
.p-3;
|
||||
.p-3,
|
||||
.mb-3;
|
||||
|
||||
.postInfo {
|
||||
@extend .d-flex;
|
||||
|
||||
@@ -29,7 +29,7 @@ a {
|
||||
|
||||
.sidebar {
|
||||
position: sticky;
|
||||
top: 60px;
|
||||
top: 79px;
|
||||
|
||||
.sidebarCard {
|
||||
@extend
|
||||
|
||||
Reference in New Issue
Block a user