forked from AkkomaGang/akkoma-fe
fix avatar overwrite classes in usercard
This commit is contained in:
parent
0ed5d40ad7
commit
06159101cf
1 changed files with 2 additions and 2 deletions
|
@ -354,7 +354,7 @@
|
|||
align-items: flex-start;
|
||||
max-height: 56px;
|
||||
|
||||
.avatar {
|
||||
.Avatar {
|
||||
flex: 1 0 100%;
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
|
@ -364,7 +364,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
&:hover .avatar {
|
||||
&:hover .Avatar {
|
||||
--still-image-img: visible;
|
||||
--still-image-canvas: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue