diff --git a/src/components/TorrentList.vue b/src/components/TorrentList.vue index d9acbfe..a3729b3 100644 --- a/src/components/TorrentList.vue +++ b/src/components/TorrentList.vue @@ -73,10 +73,7 @@

No results found


-
+
@@ -443,6 +440,19 @@ table { } + + +.editQuery { + display: flex; + width: 70%; + justify-content: center; + + @include mobile-only { + width: 90%; + } +} + + .download { &__icon {