Cleans up status display

This commit is contained in:
Mouse Reeve
2020-09-28 21:08:42 -07:00
parent 3486219dce
commit 24c28876af
10 changed files with 63 additions and 65 deletions

View File

@ -53,3 +53,32 @@ input.toggle-control:checked ~ .toggle-content {
.rate-stars form:hover ~ form .icon:before{
content: '\e9d7';
}
/* --- BOOK COVERS --- */
.book-cover {
width: 10em;
height: auto;
}
.no-cover {
position: relative;
}
.no-cover div {
position: absolute;
padding: 1em;
color: white;
top: 0;
left: 0;
text-align: center;
}
.no-cover .title {
text-transform: uppercase;
margin-bottom: 1em;
}
/* --- AVATAR --- */
.avatar {
vertical-align: middle;
display: inline;
}