Show remote favicons on statuses, #258

This commit is contained in:
Alex Gleason
2020-09-02 20:49:40 -05:00
parent 66e36d5144
commit a98fadb4d4
4 changed files with 27 additions and 0 deletions

View File

@ -125,3 +125,8 @@
float: left;
margin-right: 10px;
}
.detailed-status .status__favicon {
float: left;
margin-right: 5px;
}

View File

@ -635,3 +635,15 @@ a.status-card.compact:hover {
background-size: cover;
background-position: center center;
}
.status__favicon {
width: 16px;
height: 16px;
float: right;
margin-right: 4px;
img {
width: 100%;
max-height: 100%;
}
}