4.1 Beta...ish #12

Merged
timw4mail merged 88 commits from develop into master 2018-11-05 13:15:59 -05:00
2 changed files with 15 additions and 1 deletions
Showing only changes of commit 96820a6418 - Show all commits

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;
}