From d11900a127683181aa7f960abc7c1d72a20dea90 Mon Sep 17 00:00:00 2001 From: Cucumberrbob <128094686+Cucumberrbob@users.noreply.github.com> Date: Fri, 28 Feb 2025 13:04:28 +0000 Subject: [PATCH] replace @angular/flex-layout in `torrent-component` use `flex-container` class instead of `fxLayout` and set `style="flex: 1 1 0" to replicate `fxFlex` --- client/src/app/torrent/torrent.component.html | 12 ++++++------ client/src/app/torrent/torrent.component.scss | 15 +++++++++++++-- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/client/src/app/torrent/torrent.component.html b/client/src/app/torrent/torrent.component.html index e6ed4fb..00a47af 100644 --- a/client/src/app/torrent/torrent.component.html +++ b/client/src/app/torrent/torrent.component.html @@ -18,8 +18,8 @@