Skip to content

Commit

Permalink
fix top value
Browse files Browse the repository at this point in the history
  • Loading branch information
asliayk committed Dec 7, 2024
1 parent 0f4119a commit d34fd5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}

.non-consecutive .hover-actions {
top: -3.5rem;
top: -2rem;
}

.hover-container {
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/app/shared/metis/post/post.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}

.non-consecutive .hover-actions {
top: -3.5rem;
top: -2rem;
}

.hover-container:hover {
Expand Down

0 comments on commit d34fd5e

Please sign in to comment.