Skip to content

Commit

Permalink
Merge branch 'discourse:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli authored Jun 29, 2024
2 parents 622b9f3 + 6fcb8d5 commit 2e766af
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion about.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Mint",
"name": "Mint Theme",
"about_url": "https://meta.discourse.org/t/mint-a-modern-theme-for-discourse/202822",
"license_url": "https://github.com/discourse/discourse-mint-theme/blob/main/LICENSE",
"color_schemes": {
Expand Down
16 changes: 11 additions & 5 deletions common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ input[type="color"],

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

.d-header {
Expand All @@ -35,6 +36,10 @@ input[type="color"],
border-bottom: 2px solid #dc6027;
}

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

.alert.alert-info {
border-radius: 10px;
}
Expand Down Expand Up @@ -125,9 +130,7 @@ a {
}

.category-boxes {
display: grid;
grid-gap: 2em;
grid-template-columns: 32% 32% 32%;
border-radius: var(--mint-border-radius);
.category-box {
width: 100%;
Expand Down Expand Up @@ -402,13 +405,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;
}
}
14 changes: 8 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -824,10 +824,11 @@ brace-expansion@^1.1.7:
concat-map "0.0.1"

braces@^3.0.2:
version "3.0.2"
resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz"
version "3.0.3"
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
dependencies:
fill-range "^7.0.1"
fill-range "^7.1.1"

broccoli-debug@^0.6.5:
version "0.6.5"
Expand Down Expand Up @@ -1699,9 +1700,10 @@ file-entry-cache@^6.0.1:
dependencies:
flat-cache "^3.0.4"

fill-range@^7.0.1:
version "7.0.1"
resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz"
fill-range@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
dependencies:
to-regex-range "^5.0.1"

Expand Down

0 comments on commit 2e766af

Please sign in to comment.