mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
tweaks to has-category docked layout
This commit is contained in:
parent
e383a8ab01
commit
93e7aa832c
@ -540,12 +540,7 @@ iframe {
|
||||
}
|
||||
}
|
||||
|
||||
.extra-info.has-category {
|
||||
h1 {
|
||||
line-height: 1.0em;
|
||||
}
|
||||
}
|
||||
|
||||
/* default docked header CSS for all topics, including those without categories */
|
||||
.extra-info {
|
||||
h1 {
|
||||
margin: 5px 0 0 0;
|
||||
@ -588,6 +583,18 @@ iframe {
|
||||
|
||||
}
|
||||
|
||||
/* override docked header CSS for topics with categories */
|
||||
.extra-info.has-category {
|
||||
h1 {
|
||||
line-height: 1.1em;
|
||||
margin: 0 0 2px 0;
|
||||
}
|
||||
star {
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.open >.dropdown-menu {
|
||||
display: block;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user