diff --git a/src/app/components/shared/comment/comment.component.html b/src/app/components/shared/comment/comment.component.html index 33c905ab837edb4403e4973783be122b2812c92d..47f0f0ef7ad9fdef09366801be9b2c1165cd0dec 100644 --- a/src/app/components/shared/comment/comment.component.html +++ b/src/app/components/shared/comment/comment.component.html @@ -26,7 +26,7 @@ </div> </div> </div> - <div id="footer"> + <div id="date"> <div *ngIf="lang === 'de'; else englishDate"> {{comment.timestamp | date: ' HH:mm:ss '}}Uhr,{{comment.timestamp | date: ' M.d.yy'}} </div> diff --git a/src/app/components/shared/comment/comment.component.scss b/src/app/components/shared/comment/comment.component.scss index 94263c7cdb378cce9b86159c2c3f9bba0e0140e3..a036f49eccac54500c5245a8598123392c81ab93 100644 --- a/src/app/components/shared/comment/comment.component.scss +++ b/src/app/components/shared/comment/comment.component.scss @@ -77,14 +77,6 @@ h2 { text-overflow: ellipsis; } -.date { - position: fixed; - bottom: 0; - right: 0; -} - -#footer { - margin-left: 0; +#date { margin-top: 1.2%; - }