mirror of
https://github.com/discourse/discourse.git
synced 2025-04-24 01:04:26 +08:00
Follow-up Safari fixes for 89f6ff1
This commit is contained in:
parent
7508c55a7b
commit
074fa5cb18
app/assets/stylesheets/common/base
@ -249,6 +249,7 @@
|
||||
align-items: baseline;
|
||||
.header-title {
|
||||
grid-area: title;
|
||||
display: flex;
|
||||
}
|
||||
.categories-wrapper {
|
||||
grid-area: categories;
|
||||
|
@ -70,6 +70,9 @@
|
||||
.topic-statuses {
|
||||
line-height: 1.2em;
|
||||
margin-right: 0.15em;
|
||||
&:empty {
|
||||
margin-right: 0;
|
||||
}
|
||||
.d-icon {
|
||||
color: $primary-medium;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user