fix: use :deep() selector instead of ::v-deep
This commit is contained in:
@ -126,7 +126,7 @@ export default {
|
||||
margin-left: -1.5rem;
|
||||
}
|
||||
|
||||
::v-deep.user img {
|
||||
:deep(.user img) {
|
||||
border: 2px solid $white;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user