Skip to content

Commit

Permalink
Enh: Topbar brand text not centered vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-farre committed Jan 13, 2025
1 parent 175ca6d commit d719ad3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

Unreleased
--------------------
- Enh: Topbar brand text not centered vertically

2.2.1 (January 13, 2025)
--------------------
- Enh: Add body classes from the new `DeviceDetectorHelper` in 1.17
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.

6 changes: 3 additions & 3 deletions themes/Clean/less/humhub/topbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@
}

a.navbar-brand-text {
padding-top: 7px;
padding-bottom: 0;
padding-right: 10px;
padding: 0 10px 0 0;
line-height: 33px;
font-weight: bold;
white-space: nowrap;
Expand Down Expand Up @@ -135,6 +133,8 @@
.topbar-brand {
position: relative;
z-index: 2;
height: 100%;
align-content: center;
}

.topbar-actions {
Expand Down

0 comments on commit d719ad3

Please sign in to comment.