Skip to content

Commit

Permalink
fix codacy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
asliayk committed Dec 7, 2024
1 parent d34fd5e commit edee97d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/webapp/app/shared/metis/post/post.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
border: 0.01rem solid var(--metis-gray);
}

.hover-container {
position: relative;
}

.non-consecutive .hover-actions {
top: -2rem;
}
Expand Down Expand Up @@ -83,10 +87,6 @@
background-color: var(--artemis-alert-warning-background);
}

.hover-container {
position: relative;
}

.post-time {
position: absolute;
top: 5%;
Expand Down

0 comments on commit edee97d

Please sign in to comment.