mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: give categories-separator class to HR after cateogries
This allows for better styling of the hamburger menu
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user