mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-27 17:11:14 +01:00
fix(acp): max-height for plugin menu list
This commit is contained in:
@@ -112,4 +112,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.plugins-menu {
|
||||||
|
max-height: 50vh;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -249,7 +249,7 @@
|
|||||||
<!-- IF plugins.length -->
|
<!-- IF plugins.length -->
|
||||||
<li class="dropdown menu-item">
|
<li class="dropdown menu-item">
|
||||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">[[admin/menu:section-plugins]]</a>
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">[[admin/menu:section-plugins]]</a>
|
||||||
<ul class="dropdown-menu" role="menu">
|
<ul class="dropdown-menu plugins-menu" role="menu">
|
||||||
<li class="dropdown-header">[[admin/menu:section-plugins]]</li>
|
<li class="dropdown-header">[[admin/menu:section-plugins]]</li>
|
||||||
<!-- BEGIN plugins -->
|
<!-- BEGIN plugins -->
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
Reference in New Issue
Block a user