mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Fix the platform icons not showing up in some browsers
This commit is contained in:
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
}
|
||||
.additional {
|
||||
position: absolute;
|
||||
top: 0em;
|
||||
top: 0.5em;
|
||||
right: 0;
|
||||
display: flex;
|
||||
gap: 5px;
|
||||
@@ -15,7 +15,7 @@
|
||||
font-size: 1.3em;
|
||||
}
|
||||
.platforms {
|
||||
font-size: 1.5em;
|
||||
font-size: 2rem;
|
||||
}
|
||||
dd > p {
|
||||
margin-top: 0.2em;
|
||||
|
||||
+1
-1
@@ -144,7 +144,7 @@ impl<'a, 'b> MDWriter<'a, 'b> {
|
||||
.iter()
|
||||
.any(|u| u == self.name)
|
||||
{
|
||||
writeln!(self.w, "<i class=\"fa-brands fa-{}\"></i>", icon)?;
|
||||
writeln!(self.w, "<i class=\"fa fa-brands fa-{}\"></i>", icon)?;
|
||||
}
|
||||
}
|
||||
writeln!(self.w, "</div>")?;
|
||||
|
||||
Reference in New Issue
Block a user