diff --git a/app/scss/comments.scss b/app/scss/comments.scss index 31763b45..ff06b3d9 100644 --- a/app/scss/comments.scss +++ b/app/scss/comments.scss @@ -28,9 +28,11 @@ } .user-photo { + display: inline-block; width: 60px; height: 60px; object-fit: cover; + aspect-ratio: 1; } .status-update p { diff --git a/app/scss/packages.scss b/app/scss/packages.scss index 62c4cc8d..9a875e51 100644 --- a/app/scss/packages.scss +++ b/app/scss/packages.scss @@ -85,3 +85,10 @@ background-color: #303030; border-radius: .3rem; } + +.mini-user-photo { + display: inline-block; + aspect-ratio: 1; + max-height: 1em; + filter: none !important; +} diff --git a/app/templates/base.html b/app/templates/base.html index 667481ab..34a2bbef 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -16,7 +16,7 @@ {%- endif %} - + {% if noindex -%} diff --git a/app/templates/macros/reviews.html b/app/templates/macros/reviews.html index cefcf1d0..9c903303 100644 --- a/app/templates/macros/reviews.html +++ b/app/templates/macros/reviews.html @@ -25,13 +25,13 @@ {% set review_anchor = "review-" + (review.id | string) %}
  • -
    + -
    +
    {% if review.rating > 3 %} {% elif review.rating < 3 %} @@ -42,7 +42,7 @@
    {% if review.thread %} {% set reply = review.thread.first_reply %} -