Skip to content

Commit

Permalink
fix(deposit-form): Deposit form updates to support new detail-page co…
Browse files Browse the repository at this point in the history
…llection ui; fixed top nav item z-index
  • Loading branch information
monotasker committed Dec 2, 2024
1 parent 752455b commit 4c74b64
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions assets/less/site/collections/form.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,11 @@ textarea {
margin-top: 0;
}
.community-header-logo {
width: 2.5rem;
height: 2.5rem;
max-width: 2.5rem;
max-height: 2.5rem;
object-fit: cover;
}
}
}
Expand Down
1 change: 1 addition & 0 deletions assets/less/site/collections/menu.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
&:focus,
&:active {
background-color: @mint60 !important;
z-index: 100;
}
}
a,
Expand Down
6 changes: 6 additions & 0 deletions assets/less/site/elements/image.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
img {
object-fit: cover;
min-height: 80px;
min-width: 80px;
max-height: 80px;
max-width: 80px;
border-radius: @defaultBorderRadius;
box-shadow: 0 0 0.5rem rgb(0 0 0 / 5%);
border: 1px solid @sidebarBorderColor;
Expand All @@ -20,6 +23,9 @@
&.mini {
img {
min-height: 45px;
min-width: 45px;
max-height: 45px;
max-width: 45px;
}
}
}
Expand Down
2 changes: 0 additions & 2 deletions site/kcworks/assets/semantic-ui/js/main_ui/main_menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ const UserMenu = ({

return (
<>
<div className="item">
<div
role="menuitem"
id="user-profile-dropdown"
Expand Down Expand Up @@ -213,7 +212,6 @@ const UserMenu = ({

</div>
</div>
</div>

<div className="sub-menu mobile tablet only">
<h2 className="ui small header">{i18next.t("My account")}</h2>
Expand Down

0 comments on commit 4c74b64

Please sign in to comment.