Skip to content

Commit

Permalink
UX: fix double component appearance, nav (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Jun 27, 2024
1 parent 96f88ae commit 0827b74
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@

:root {
--d-input-border-radius: var(--mint-border-radius);
--d-nav-underline-height: 0;
}

.d-header {
height: 5em;
box-shadow: none;
}

.d-header-mode .bootstrap-mode {
color: var(--secondary);
}

.alert.alert-info {
border-radius: 10px;
}
Expand Down Expand Up @@ -373,13 +378,16 @@ summary.select-kit-header.single-select-header.dropdown-select-box-header {
display: none;
}

.showcased-topic-list {
.custom-homepage-columns {
display: none;
}

.mint-component-extensions {
.search-banner,
.showcased-topic-list {
.search-banner {
display: block;
}

.custom-homepage-columns {
display: flex;
}
}

0 comments on commit 0827b74

Please sign in to comment.