diff --git a/btc-UI/src/app/components/middle-section/middle-section.component.css b/btc-UI/src/app/components/middle-section/middle-section.component.css index 124a39d..fbff867 100755 --- a/btc-UI/src/app/components/middle-section/middle-section.component.css +++ b/btc-UI/src/app/components/middle-section/middle-section.component.css @@ -23,10 +23,11 @@ div[style*="background-color: black"] .custom-cell { .middle-section-container { display: flex; gap: 1rem; - height: 38vh; width: 100%; + /* height is now controlled dynamically via [ngStyle] */ } + /* Desktop view (default) */ .main-table { width: 60%; diff --git a/btc-UI/src/app/components/middle-section/middle-section.component.html b/btc-UI/src/app/components/middle-section/middle-section.component.html index f51f83a..bc1d10b 100755 --- a/btc-UI/src/app/components/middle-section/middle-section.component.html +++ b/btc-UI/src/app/components/middle-section/middle-section.component.html @@ -1,5 +1,6 @@ -