mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Improve alignment of new post badge on mobile
This commit is contained in:
parent
247ab4a830
commit
4f897dde50
@ -150,7 +150,7 @@
|
||||
z-index: z("base") + 1; // Intentionally overlapping category to create bigger tap target
|
||||
a.title {
|
||||
color: $primary;
|
||||
padding: 0.5em 0.667em 1.2em 0;
|
||||
padding: 0.5em 0 1.2em 0;
|
||||
}
|
||||
.topic-statuses {
|
||||
a {
|
||||
@ -177,7 +177,6 @@
|
||||
}
|
||||
&.new-topic {
|
||||
padding: 0;
|
||||
top: -2px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user