Merge pull request #122 from jccrofty30/avatar_on_history

Add avatar to History page.
This commit is contained in:
Max Wu
2016-05-15 12:24:33 +08:00
3 changed files with 8 additions and 0 deletions

View File

@@ -247,6 +247,11 @@ input {
.sort.desc {
text-decoration: underline;
}
.ui-avatar {
border-radius: 15em;
height: auto;
width: 200px;
}
.ui-history-close {
position: absolute;
right: 14px;