mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:32:23 +08:00
e58922e1e3
- Fixes an alignment issue when emojis have varying widths - Adjusts mobile alignment
20 lines
357 B
SCSS
20 lines
357 B
SCSS
.dashboard,
|
|
.dashboard-next {
|
|
.activity-metrics .counters-list {
|
|
font-size: $font-down-1;
|
|
}
|
|
.navigation a.navigation-link {
|
|
padding: 0.5em;
|
|
}
|
|
.dashboard-new-features .section-body {
|
|
grid-template-columns: none;
|
|
}
|
|
|
|
.admin-new-feature-item {
|
|
.new-feature-emoji {
|
|
padding-left: 0em;
|
|
padding-right: 0.25em;
|
|
}
|
|
}
|
|
}
|