{{ torrent.rdId }}
@@ -251,8 +251,8 @@
|
-
-
+
+
-
+
diff --git a/client/src/app/torrent/torrent.component.scss b/client/src/app/torrent/torrent.component.scss
index d81c596..7021f84 100644
--- a/client/src/app/torrent/torrent.component.scss
+++ b/client/src/app/torrent/torrent.component.scss
@@ -9,5 +9,16 @@ table {
}
.fa-download {
- margin-left :12px;
-}
\ No newline at end of file
+ margin-left: 12px;
+}
+
+.flex-container {
+ display: flex;
+ flex: 1 1 0;
+ gap: 20px;
+ flex-direction: row;
+
+ @media screen and (max-width: 1279px) {
+ flex-direction: column;
+ }
+}
|