Skip to content

Commit

Permalink
style: change top as 0.25rem for result actions
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Feb 23, 2024
1 parent 96f46af commit 4d3181d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/search/scss/_result.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
.search-result-actions {
position: absolute;
right: 0.5rem;
top: 0.5rem;
top: 0.25rem;
}

.search-result-action {
Expand Down

0 comments on commit 4d3181d

Please sign in to comment.