mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 12:38:21 -05:00
UX: Minor what's new card improvements (#36797)
* Add spacing between month groups * Make month title bigger than item title
This commit is contained in:
@@ -735,6 +735,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.admin-new-features {
|
||||
&__group {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.admin-new-feature-item__header-experimental {
|
||||
color: var(--tertiary);
|
||||
background-color: var(--tertiary-very-low);
|
||||
|
||||
@@ -100,10 +100,12 @@ export default class DashboardNewFeatures extends Component {
|
||||
</div>
|
||||
{{#each this.groupedNewFeatures as |groupedFeatures|}}
|
||||
<AdminConfigAreaCard
|
||||
@translatedHeading={{groupedFeatures.date}}
|
||||
class="admin-new-features__group"
|
||||
data-new-features-group={{groupedFeatures.date}}
|
||||
>
|
||||
<:header>
|
||||
<h2>{{groupedFeatures.date}}</h2>
|
||||
</:header>
|
||||
<:content>
|
||||
{{#each groupedFeatures.features as |feature|}}
|
||||
<DashboardNewFeatureItem @item={{feature}} />
|
||||
|
||||
Reference in New Issue
Block a user