fix: Fixes some layout issues with footer and sidebar, makes size column in duct-sizing views to be a fixed width, so the tables line up properly.

This commit is contained in:
2026-01-15 09:17:27 -05:00
parent 1b88f81b5f
commit 7471e11bd2
5 changed files with 78 additions and 121 deletions

View File

@@ -21,7 +21,7 @@ extension DuctSizingView {
th { "BTU" }
th { "CFM" }
th { "Velocity" }
th { "Size" }
th(.class("w-[330px]")) { "Size" }
}
}
tbody {
@@ -101,7 +101,7 @@ extension DuctSizingView {
td { Number(room.velocity) }
td {
div(.class("grid grid-cols-3 gap-2")) {
div(.class("grid grid-cols-3 gap-2 w-[330px]")) {
div(.class("label")) { "Calculated" }
div(.class("flex justify-center")) {