feat: avatar on posts improvements (#561)
This commit is contained in:
parent
3e3a241474
commit
59d0cfa10e
4 changed files with 18 additions and 13 deletions
|
@ -46,6 +46,9 @@ export default defineConfig({
|
|||
'flex-v-center': 'items-center',
|
||||
'flex-h-center': 'justify-center',
|
||||
'bg-hover-overflow': 'relative z-0 transition-colors duration-250 after-content-empty after:(absolute inset--2px bg-transparent rounded-lg z--1 transition-colors duration-250) hover:after:(bg-active)',
|
||||
|
||||
// account
|
||||
'account-avatar-normal': 'w-54px h-54px border-3 border-bg-base',
|
||||
},
|
||||
],
|
||||
presets: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue