Skip to content

Commit

Permalink
fix(theme): fix img icon align
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Nov 1, 2023
1 parent 94e9b62 commit 4ae8465
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
Expand Up @@ -43,6 +43,12 @@

.icon {
margin-inline-end: 0.25em;
font-size: 1em;
}

img.icon {
vertical-align: -0.125em;
height: 1em;
}
}

Expand Down
Expand Up @@ -51,7 +51,7 @@
}

img.icon {
vertical-align: text-bottom;
vertical-align: -0.125em;
height: 1em;
}
}
Expand Down
Expand Up @@ -70,7 +70,7 @@
}

img.icon {
vertical-align: text-bottom;
vertical-align: -0.125em;
height: 1em;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/theme/src/client/styles/breadcrumb.scss
Expand Up @@ -34,7 +34,7 @@
}

img.icon {
vertical-align: text-bottom;
vertical-align: -0.125em;
height: 1em;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/theme/src/client/styles/highlight-panel.scss
Expand Up @@ -191,7 +191,7 @@
}

img.icon {
vertical-align: text-bottom;
vertical-align: -0.125em;
height: 1em;
}
}
Expand Down
4 changes: 2 additions & 2 deletions packages/theme/src/client/styles/page-nav.scss
Expand Up @@ -55,7 +55,7 @@
}

img.icon {
vertical-align: text-bottom;
vertical-align: -0.125em;
height: 1em;
}
}
Expand All @@ -69,7 +69,7 @@
}

img.icon {
vertical-align: text-bottom;
vertical-align: -0.125em;
height: 1em;
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/src/client/styles/page-title.scss
Expand Up @@ -33,7 +33,7 @@
}

img.icon {
vertical-align: text-bottom;
vertical-align: -0.125em;
height: 1em;
}
}
Expand Down

0 comments on commit 4ae8465

Please sign in to comment.