mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +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;
|
} = this.state;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="newBoardContainer sidebarCard">
|
<div className="newPostContainer sidebarCard">
|
||||||
<span className="boardTitle">{board.name}</span>
|
<span className="boardTitle">{board.name}</span>
|
||||||
<p><MutedText>{board.description}</MutedText></p>
|
<p><MutedText>{board.description}</MutedText></p>
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
.postList { width: 100%; }
|
.postList { width: 100%; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.newBoardContainer {
|
.newPostContainer {
|
||||||
background-color: $astuto-grey;
|
background-color: $astuto-grey;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
@@ -25,6 +25,10 @@
|
|||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.newPostForm {
|
||||||
|
@extend .my-2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.postStatusListItemContainer {
|
.postStatusListItemContainer {
|
||||||
|
|||||||
@@ -76,7 +76,8 @@
|
|||||||
@extend
|
@extend
|
||||||
.card,
|
.card,
|
||||||
.flex-grow-1,
|
.flex-grow-1,
|
||||||
.p-3;
|
.p-3,
|
||||||
|
.mb-3;
|
||||||
|
|
||||||
.postInfo {
|
.postInfo {
|
||||||
@extend .d-flex;
|
@extend .d-flex;
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ a {
|
|||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 60px;
|
top: 79px;
|
||||||
|
|
||||||
.sidebarCard {
|
.sidebarCard {
|
||||||
@extend
|
@extend
|
||||||
|
|||||||
Reference in New Issue
Block a user