fix events page tabs overlapping in modern ui #7642
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Feb 21, 2026 at 21:03 UTC
35ec982a14e2fb2941eb3b25432e162c03cba512
1 file changed
+9
-15
views/default3.handlebars
+9
-15
@@ -325,21 +325,15 @@
325
</table>
326
</div>
327
<div id=EventsSubMenuSpan style="display:none">
328
- <div id=EventsSubMenu class="style1">
329
- <div class="row d-flex">
330
- <div class="col flex-grow-0 flex-shrink-0">
331
- <div tabindex=0 id=EventsLive class="topbar_td style3x" onmouseup=go(3,event)
332
- onkeypress="if (event.key == 'Enter') go(3)">Events</div>
333
- </div>
334
- <div class="col flex-grow-0 flex-shrink-0">
335
- <div tabindex=0 id=EventsReport class="topbar_td style3x" onmouseup=go(60,event)
336
- onkeypress="if (event.key == 'Enter') go(60)">Reports</div>
337
- </div>
338
- <div class="col flex-grow-0 flex-shrink-0">
339
- <div class="style3"> </div>
340
- </div>
341
- </div>
342
- </div>
328
+ <table id=EventsSubMenu cellpadding=0 cellspacing=0 class=style1>
329
+ <tr>
330
+ <td tabindex=0 id=EventsLive class="topbar_td style3x" onmouseup=go(3,event)
331
+ onkeypress="if (event.key == 'Enter') go(3)">Events</td>
332
+ <td tabindex=0 id=EventsReport class="topbar_td style3x" onmouseup=go(60,event)
333
+ onkeypress="if (event.key == 'Enter') go(60)">Reports</td>
334
+ <td class="topbar_td_end style3"> </td>
335
+ </tr>
336
+ </table>
337
</div>
338
<div id=UserSubMenuSpan style="display:none">
339
<table id=UserSubMenu cellpadding=0 cellspacing=0 class=style1>