fix feed panel top margin
This commit is contained in:
@@ -225,7 +225,7 @@ $legend-color: #222;
|
|||||||
#posts {
|
#posts {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transition: all 0.5s;
|
transition: all 0.5s;
|
||||||
top: $block-spacing;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -254,6 +254,10 @@ $legend-color: #222;
|
|||||||
width: calc(100% - #{$block-spacing});
|
width: calc(100% - #{$block-spacing});
|
||||||
box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5);
|
box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5);
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
margin-top: $block-spacing;
|
||||||
|
}
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
margin: 0.3em 0 0 0;
|
margin: 0.3em 0 0 0;
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user