mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: mixed texts when mixing rtl/ltr text in topic tile on categories page
This commit is contained in:
parent
4852e5df34
commit
9f558d7e74
@ -58,6 +58,9 @@
|
|||||||
|
|
||||||
.featured-topic {
|
.featured-topic {
|
||||||
margin: 10px 0 0;
|
margin: 10px 0 0;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
margin-top: 13px;
|
margin-top: 13px;
|
||||||
@ -73,13 +76,9 @@
|
|||||||
color: dark-light-choose($primary-medium, $secondary-high);
|
color: dark-light-choose($primary-medium, $secondary-high);
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-post-badges {
|
.topic-post-badges .badge.new-posts,
|
||||||
position: relative;
|
.title {
|
||||||
top: -2px;
|
margin-right: 5px;
|
||||||
}
|
|
||||||
|
|
||||||
.badge-notification.new-posts {
|
|
||||||
margin: 0 2px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user