Allow image icons in info-row on start page

This commit is contained in:
Raphael Michel
2024-01-04 16:22:38 +01:00
parent 5c80b75d09
commit 8c24209e55

View File

@@ -278,6 +278,14 @@ body.loading .container {
float: left;
margin-top: 3px;
}
& > img {
width: 26px;
height: auto;
float: left;
margin-top: 3px;
position: relative;
left: 3.71423px; /* Position analog to what fa-fw does */
}
p {
min-height: 30px;
margin-left: 40px;