diff --git a/common/static/scss/_common.scss b/common/static/scss/_common.scss index e11d8d7a..bb7b520f 100644 --- a/common/static/scss/_common.scss +++ b/common/static/scss/_common.scss @@ -196,6 +196,7 @@ form img { display: inline-block; img { + max-width: unset; border-radius: 50%; height: calc(1rem * var(--pico-line-height) + var(--pico-nav-link-spacing-vertical) * 2 - var(--pico-border-width) * 2); width: calc(1rem * var(--pico-line-height) + var(--pico-nav-link-spacing-vertical) * 2 - var(--pico-border-width) * 2); diff --git a/common/templates/_footer.html b/common/templates/_footer.html index c5b3d2b1..c480466b 100644 --- a/common/templates/_footer.html +++ b/common/templates/_footer.html @@ -18,6 +18,18 @@
diff --git a/common/templates/_sidebar_anonymous.html b/common/templates/_sidebar_anonymous.html index a995b4be..d74d5e09 100644 --- a/common/templates/_sidebar_anonymous.html +++ b/common/templates/_sidebar_anonymous.html @@ -62,17 +62,3 @@ - diff --git a/journal/templates/posts.html b/journal/templates/posts.html index 70140a95..fb06070f 100644 --- a/journal/templates/posts.html +++ b/journal/templates/posts.html @@ -4,33 +4,39 @@ {% load i18n %} {% for post in posts %}