Fixed actor avatar not visible in compact mode. Showing actor photos at full height in compact mode.
This commit is contained in:
@@ -946,6 +946,9 @@
|
||||
.photos .avatar-link[data-v-0a0430c7] {
|
||||
display: none;
|
||||
}
|
||||
.photos.compact .photo[data-v-0a0430c7] {
|
||||
width: auto;
|
||||
}
|
||||
.photo[data-v-0a0430c7] {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -1199,7 +1202,6 @@
|
||||
.photos-container[data-v-ea0483c2] {
|
||||
border: none;
|
||||
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
||||
padding: 1rem 1rem 1.5rem 1rem;
|
||||
margin: 0 0 .5rem 0;
|
||||
}
|
||||
.photos[data-v-ea0483c2] {
|
||||
|
||||
Reference in New Issue
Block a user