fix: avatar glitches in some OS/browsers
This commit is contained in:
parent
8a338ed021
commit
ab4ceae1e3
5 changed files with 19 additions and 6 deletions
|
@ -55,9 +55,6 @@ 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