From 96034abeea00da26330cd68ca6216112ccd2fe3a Mon Sep 17 00:00:00 2001 From: ducoterra Date: Thu, 28 May 2026 15:29:41 -0400 Subject: [PATCH] remove redundant css classes --- src/style.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/style.css b/src/style.css index 6c68e0c..7f5fe9a 100644 --- a/src/style.css +++ b/src/style.css @@ -212,15 +212,6 @@ body { transition: height 0.5s cubic-bezier(0.16, 1, 0.3, 1); } -.rack-unit { - transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1); - max-height: 90px; - overflow: visible; -} - -.rack-unit.grown { - max-height: 500px; -} .terminal-display::before { content: '';