app/assets/stylesheets/thredded/layout/_user-navigation.scss in thredded-0.15.1 vs app/assets/stylesheets/thredded/layout/_user-navigation.scss in thredded-0.15.2
- old
+ new
@@ -1,8 +1,9 @@
.thredded--user-navigation {
@extend %thredded--nav-tabs;
- text-align: right;
+ display: flex;
+ justify-content: flex-end;
@media print {
display: none;
}
}
@@ -13,8 +14,9 @@
@extend %thredded--nav-tabs--item-current;
}
}
.thredded--user-navigation--private-topics--unread,
-.thredded--user-navigation--moderation--pending-count {
+.thredded--user-navigation--moderation--pending-count,
+.thredded--user-navigation--unread-topics--followed-count {
@extend %thredded--nav-tabs--item--badge;
}