From 9c8a8ee98179a3c057110842d3c5bffd56e2e18f Mon Sep 17 00:00:00 2001 From: dvs1 Date: Sat, 15 Mar 2025 11:21:45 +1000 Subject: Fix up commented out grid template areas. --- default.template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/default.template b/default.template index 620fad0..dca66f9 100644 --- a/default.template +++ b/default.template @@ -29,11 +29,11 @@ margin: 0; padding: 0; border: none; display: grid; // grid-template-areas: -// "logo tools" -// "logo head" -// "menu body" -// "history foot" -// "nyaw ."; +// "logo tools tools tools" +// "logo head head head" +// "menu body body body" +// "history foot foot foot" +// "nyaw nyaw nyaw nyaw"; grid-template-columns: 1.4fr 8fr auto auto; grid-template-rows: auto auto 1fr auto auto; // grid-auto-columns: minmax(auto, auto); -- cgit v1.1