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 @@ -
+
+
-
+
- +
diff --git a/btc-UI/src/app/login/login.component.html b/btc-UI/src/app/login/login.component.html index f7aa531..d9c908d 100755 --- a/btc-UI/src/app/login/login.component.html +++ b/btc-UI/src/app/login/login.component.html @@ -19,7 +19,7 @@
- + --> diff --git a/btc-UI/src/assets/horse_cropped.jpg b/btc-UI/src/assets/horse_cropped.jpg new file mode 100644 index 0000000..ff1d938 Binary files /dev/null and b/btc-UI/src/assets/horse_cropped.jpg differ