UX: Improve alignment of new post badge on mobile

This commit is contained in:
Kris 2019-01-18 16:17:24 -05:00
parent 247ab4a830
commit 4f897dde50

View File

@ -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;
}
}