remove inline-flex from a default styles
This commit is contained in:
parent
f8b15f0ff4
commit
760af891c5
@ -94,7 +94,7 @@ del {
|
||||
a {
|
||||
font-family: inherit;
|
||||
color: var(--theme-text-link);
|
||||
display: inline-flex;
|
||||
display: inline;
|
||||
align-items: center;
|
||||
column-gap: 0.2rem;
|
||||
}
|
||||
@ -109,7 +109,8 @@ a:visited {
|
||||
color: var(--theme-text-link-visited);
|
||||
}
|
||||
|
||||
a.icon-link {
|
||||
a.icon-link,
|
||||
a.inline-flex {
|
||||
display: inline-flex;
|
||||
column-gap: 0.3rem;
|
||||
align-items: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user