mirror of
https://github.com/searxng/searxng.git
synced 2025-07-19 11:19:54 +02:00
Set vim-hotkeys help panels to same height
This commit is contained in:
parent
3246541bdc
commit
1faf1b645b
2 changed files with 19 additions and 3 deletions
|
@ -207,11 +207,11 @@ $(document).ready(function() {
|
|||
var first = i % 2 === 0;
|
||||
|
||||
if (first) {
|
||||
html += '<div class="row">';
|
||||
html += '<div class="row dflex">';
|
||||
}
|
||||
html += '<div class="col-sm-' + (first && lastCategory ? 12 : 6) + '">';
|
||||
html += '<div class="col-sm-' + (first && lastCategory ? 12 : 6) + ' dflex">';
|
||||
|
||||
html += '<div class="panel panel-default">';
|
||||
html += '<div class="panel panel-default iflex">';
|
||||
html += '<div class="panel-heading">' + cat[0].cat + '</div>';
|
||||
html += '<div class="panel-body">';
|
||||
html += '<ul class="list-unstyled">';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue