Skip to content

Commit

Permalink
Fix: Top bar when no logo or when the logo aspect ratio is very diffe…
Browse files Browse the repository at this point in the history
…rent from 1:1
  • Loading branch information
marc-farre committed Nov 10, 2024
1 parent eb60abb commit 12d4760
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Unreleased
- Fix: Vertical alignment of the search button in the top menu
- Fix: Ensure that the notification and messenger unread counter is round when it contains only one digit
- Fix: In forms, images should not have rounded corners
- Fix: Top bar when no logo or when the logo aspect ratio is very different from 1:1

2.1.0 (October 18, 2024)
--------------------
Expand Down
2 changes: 1 addition & 1 deletion themes/Clean/css/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/Clean/css/theme.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion themes/Clean/less/humhub/mobile.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
flex: 1;
display: block !important;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

a.navbar-brand {
Expand Down
3 changes: 2 additions & 1 deletion themes/Clean/less/humhub/topbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@
a.navbar-brand-text {
padding-top: 7px;
padding-bottom: 0;
padding-right: 34px;
padding-right: 10px;
line-height: 33px;
font-weight: bold;
white-space: nowrap;
}

> :first-child {
Expand Down

0 comments on commit 12d4760

Please sign in to comment.