UX: Center titles in docked header when there aren't two rows

This commit is contained in:
Kris 2020-02-04 13:40:28 -05:00
parent 2c2ab474a4
commit 7ac81a6019

View File

@ -14,9 +14,10 @@
margin: 0;
}
.extra-info {
// header title should not be centered if there's no tags / categories
&:not(.two-rows) {
min-height: 2.75em;
.header-title {
margin-bottom: 0;
}
}
}
}