Merge branch 'pinned-icon' into 'develop'
Status: improve "pinned" icon See merge request soapbox-pub/soapbox-fe!792
This commit is contained in:
commit
7449c517a7
2 changed files with 10 additions and 0 deletions
Binary file not shown.
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue