Merge branch 'show-remote' into 'develop'
Show remote favicons See merge request soapbox-pub/soapbox-fe!200
This commit is contained in:
commit
2ec00b0e0c
4 changed files with 17 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
@ -125,3 +125,8 @@
|
|||
float: left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.detailed-status .status__favicon {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
|
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue