mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 11:33:06 +08:00
add back dynamic h1 sizing, but ONLY top title
This commit is contained in:
parent
d78898443d
commit
6a9a294b09
|
@ -6,6 +6,23 @@
|
|||
// Topic title
|
||||
// --------------------------------------------------
|
||||
|
||||
|
||||
// when the H1 is docked at the top, there is less room
|
||||
// due to the username and search / notifications / etc controls
|
||||
.extra-info-wrapper {
|
||||
@include medium-width {
|
||||
h1 {
|
||||
max-width: 735px;
|
||||
}
|
||||
}
|
||||
@include small-width {
|
||||
h1 {
|
||||
max-width: 690px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// note that this CSS affects both the docked title and the in-page title
|
||||
#topic-title,
|
||||
.extra-info-wrapper {
|
||||
h1 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user