Merge branch 'pinned-icon' into 'develop'

Status: improve "pinned" icon

See merge request soapbox-pub/soapbox-fe!792
This commit is contained in:
Alex Gleason 2021-10-16 15:20:18 +00:00
commit 7449c517a7
2 changed files with 10 additions and 0 deletions

Binary file not shown.

View file

@ -149,6 +149,16 @@
}
}
.status__prepend-icon--pinned.svg-icon {
width: 18px;
height: 18px;
margin-top: -1px;
svg {
stroke-width: 1.5px;
}
}
.status {
padding: 8px 10px;
padding-left: 68px;