mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 04:52:45 +08:00
DEV: give categories-separator class to HR after cateogries
This allows for better styling of the hamburger menu
This commit is contained in:
parent
af0cc89b11
commit
79b8c08d45
|
@ -309,7 +309,7 @@ export default createWidget("hamburger-menu", {
|
|||
|
||||
if (this.settings.showCategories) {
|
||||
results.push(this.listCategories());
|
||||
results.push(h("hr"));
|
||||
results.push(h("hr.categories-separator"));
|
||||
}
|
||||
|
||||
results.push(
|
||||
|
|
Loading…
Reference in New Issue
Block a user