fix(webui): hide legacy top tab strip
CI / build-and-test (push) Has been cancelled

This commit is contained in:
2026-04-06 15:07:36 -04:00
parent c59fa2dd11
commit 919336b81a
+3 -2
View File
@@ -193,8 +193,9 @@ body {
margin-bottom: 18px;
}
.top-tabs {
display: none;
.top-tabs,
.tabs.top-tabs {
display: none !important;
}
.support-footer {