Merge branch 'show-remote' into 'develop'

Show remote favicons

See merge request soapbox-pub/soapbox-fe!200
This commit is contained in:
Alex Gleason 2020-09-03 02:52:26 +00:00
commit 2ec00b0e0c
4 changed files with 17 additions and 0 deletions

Binary file not shown.

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%;
}
}