Skip to content

Commit

Permalink
style: set top as 0.5rem for search result actions to avoid CLS
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Feb 21, 2024
1 parent 526a7de commit a06fea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/search/scss/_result.scss
Expand Up @@ -99,6 +99,7 @@
.search-result-actions {
position: absolute;
right: 0.5rem;
top: 0.5rem;
}

.search-result-action {
Expand Down

0 comments on commit a06fea1

Please sign in to comment.