Skip to content

Commit

Permalink
sort CSS properties in admonition icon selector
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 25, 2023
1 parent 8316df6 commit 4cde575
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -430,13 +430,13 @@
}

.doc .admonitionblock td.icon {
position: absolute;
top: 0;
left: 0;
font-size: calc(15 / var(--rem-base) * 1rem);
left: 0;
line-height: 1;
transform: translate(-0.5rem, -50%);
padding: 0;
position: absolute;
top: 0;
transform: translate(-0.5rem, -50%);
}

.doc .admonitionblock td.icon i {
Expand Down

0 comments on commit 4cde575

Please sign in to comment.