Fix css for character images on user page
timw4mail/HummingBirdAnimeClient/develop This commit looks good Details

This commit is contained in:
Timothy Warren 2018-10-30 09:43:54 -04:00
parent cf1c55782f
commit 96820a6418
2 changed files with 15 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -396,6 +396,10 @@ a:hover, a:active {
z-index: 0;
}
.small_character {
}
.details picture.cover,
picture.cover {
display: initial;
@ -408,6 +412,10 @@ picture.cover {
width: 100%;
}
.small_character {
}
.media .edit_buttons > button {
margin: 0.5em auto;
}
@ -805,6 +813,12 @@ aside.info picture, aside.info img {
height: 250px;
}
.small_character img,
.small_character picture {
max-height: 250px;
max-width: 160px;
}
.user-page .media-wrap {
text-align: left;
}