Skip to content

Commit

Permalink
Use padding not margin for code toolbar selector
Browse files Browse the repository at this point in the history
Signed-off-by: solonovamax <[email protected]>
  • Loading branch information
solonovamax committed Oct 19, 2023
1 parent 45f8471 commit 94a28b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dokka/styles/dokka.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ div.code-toolbar {

> .toolbar {
opacity: 0;
padding-right: 28px;
margin-right: 28px;
position: absolute;
right: .2em;
top: .3em;
Expand Down

0 comments on commit 94a28b3

Please sign in to comment.