mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Center titles in docked header when there aren't two rows
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user