Skip to content

Commit

Permalink
Merge pull request #187 from trema-tech/dev
Browse files Browse the repository at this point in the history
Add new version 4.4.0.1
  • Loading branch information
rmady authored Apr 29, 2024
2 parents aa21f1a + b6bb5b7 commit 5b298b8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scss/trema/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -276,20 +276,32 @@

@media (max-width: 767.98px) {
#page-wrapper .navbar {
padding: 0 .5rem;
.primary-navigation {
display: none;
}
.d-inline-block.mr-3 button {
border: 0 none;
padding: 0;
}
.navbar-brand.d-none {
display: flex !important;
margin-left: 10px !important;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.usermenu {
padding-right: 0;
.avatar.current {
position: relative;
right: 0;
top: 0;
}
.dropdown .dropdown-toggle {
padding: 0;

}
}
}
}
Expand Down

0 comments on commit 5b298b8

Please sign in to comment.