diff --git a/config/architecture-inventory.json b/config/architecture-inventory.json index eb229b1..d81168f 100644 --- a/config/architecture-inventory.json +++ b/config/architecture-inventory.json @@ -471,8 +471,8 @@ }, { "path": "frontend/pages/auction/foundation.css", - "bytes": 35329, - "lines": 2420 + "bytes": 35247, + "lines": 2416 }, { "path": "database.py", diff --git a/frontend/pages/auction/foundation.css b/frontend/pages/auction/foundation.css index be12e23..2832a76 100644 --- a/frontend/pages/auction/foundation.css +++ b/frontend/pages/auction/foundation.css @@ -2102,10 +2102,6 @@ overflow: hidden; } - body[data-active-view="auctionView"] .overview-strip { - flex: 0 0 auto; - } - body[data-active-view="auctionView"] #auctionView.active-view { min-height: 0px; diff --git a/frontend/pages/popularity/foundation.css b/frontend/pages/popularity/foundation.css index 343a218..3a295f8 100644 --- a/frontend/pages/popularity/foundation.css +++ b/frontend/pages/popularity/foundation.css @@ -619,10 +619,6 @@ overflow: hidden; } - body[data-active-view="popularityView"] .overview-strip { - flex: 0 0 auto; - } - body[data-active-view="popularityView"] #popularityView.active-view { min-height: 0px; diff --git a/frontend/pages/themes/foundation.css b/frontend/pages/themes/foundation.css index 4f31dec..e773707 100644 --- a/frontend/pages/themes/foundation.css +++ b/frontend/pages/themes/foundation.css @@ -1089,10 +1089,6 @@ overflow: hidden; } - body[data-active-view="themeLibraryView"] .overview-strip { - flex: 0 0 auto; - } - body[data-active-view="themeLibraryView"] #themeLibraryView.active-view { min-height: 0px;