Adds shared books as a metric for recommending follows

This commit is contained in:
Mouse Reeve
2021-03-27 07:36:14 -07:00
parent abc732cdfe
commit 0ef33d2acb
6 changed files with 72 additions and 52 deletions

View File

@ -163,9 +163,15 @@ html {
vertical-align: middle;
display: inline;
}
.navbar .avatar {
max-height: none;
.is-32x32 {
min-width: 32px;
min-height: 32px;
}
.is-96x96 {
min-width: 96px;
min-height: 96px;
}
/* --- QUOTES --- */