fixed comment button moving during further comments
This commit is contained in:
@@ -74,7 +74,7 @@ h3 {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
min-width: 5em;
|
width: 5em;
|
||||||
|
|
||||||
.post-date {
|
.post-date {
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -259,7 +259,7 @@ button {
|
|||||||
|
|
||||||
.nrOfComments {
|
.nrOfComments {
|
||||||
position: relative;
|
position: relative;
|
||||||
right: -3.5em;
|
right: -3em;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
|
|||||||
Reference in New Issue
Block a user