Fixed actor avatar not visible in compact mode. Showing actor photos at full height in compact mode.
This commit is contained in:
@@ -55,6 +55,12 @@ export default {
|
||||
.avatar-link {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.compact {
|
||||
.photo {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.photo-link {
|
||||
|
||||
Reference in New Issue
Block a user