mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 06:50:28 +03:00
fix avatar base css
This commit is contained in:
parent
94c613df59
commit
6c869e016f
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ export const CompactHeader = style([
|
||||||
export const AvatarBase = style({
|
export const AvatarBase = style({
|
||||||
paddingTop: toRem(4),
|
paddingTop: toRem(4),
|
||||||
transition: 'transform 200ms cubic-bezier(0, 0.8, 0.67, 0.97)',
|
transition: 'transform 200ms cubic-bezier(0, 0.8, 0.67, 0.97)',
|
||||||
|
display: 'flex',
|
||||||
alignSelf: 'start',
|
alignSelf: 'start',
|
||||||
|
|
||||||
selectors: {
|
selectors: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue