From 2e886699438001e706c12bb1cd3372d31c36aacf Mon Sep 17 00:00:00 2001 From: Simon Leech <56163132+simon-leech@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:05:05 +0000 Subject: [PATCH] Default Tabview Expanded by Default --- public/views/_default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/views/_default.html b/public/views/_default.html index 0ff8b6810..f7ef1d3b1 100644 --- a/public/views/_default.html +++ b/public/views/_default.html @@ -562,7 +562,7 @@ // Show the tabview if not already visible. if (tabview.classList.contains('desktop-display-none')) { tabview.classList.remove('desktop-display-none'); - document.body.style.gridTemplateRows = 'auto 10px 50px'; + document.body.style.gridTemplateRows = 'auto 10px 200px'; } }, removeLastTab: () => {