Set fixed size for markdown icons

This commit is contained in:
2026-01-31 14:33:52 +01:00
parent 09b395172e
commit 158f9afb5e

View File

@@ -181,6 +181,8 @@ body[data-theme="light"] .md-root {
}
.md-icon {
width: 1em;
height: 1em;
stroke: currentColor;
fill: none;
flex-shrink: 0;