Skip to content

Commit

Permalink
community header: fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
nico authored and kpsherva committed Jun 20, 2022
1 parent 7e24476 commit 1ab6eef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
{% set is_community_restricted = community.access.visibility == 'restricted' %}
<div class="ui fluid container page-subheader-outer with-submenu compact">
<div class="ui container page-subheader">
<div class="ui mini image community-logo page-subheader-element ">
<div class="page-subheader-element ">
<img
class=""
class="ui tiny image community-header-logo"
src="{{ community.links.logo }}"
onerror="this.onerror=null;this.src='/static/images/square-placeholder.png';" alt=""/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@

.page-subheader-element{
height: inherit;
display: flex;
align-items: center;
padding-left: 0.5em;
padding-right: 0.5em;

Expand Down

0 comments on commit 1ab6eef

Please sign in to comment.