From d88e100981ad009223529c0770ccbe5cb7096b29 Mon Sep 17 00:00:00 2001 From: huangjx Date: Sun, 30 Oct 2022 16:13:35 +0800 Subject: [PATCH] fixed support for nc25 close #85 --- appinfo/info.xml | 4 ++-- src/css/style.scss | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 34cf599..bdd5da8 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -8,7 +8,7 @@ Search for torrents within the app from mutiple BT sites; Control Aria2 and manage download tasks from the web; download videos from 700+ video sites(youtube,youku,vimo,dailymotion,twitter,facebook and the likes - 1.0.1 + 1.0.2 agpl jiaxinhuang NCDownloader @@ -20,7 +20,7 @@ download videos from 700+ video sites(youtube,youku,vimo,dailymotion,twitter,fac https://github.com/shiningw/ncdownloader - + diff --git a/src/css/style.scss b/src/css/style.scss index 186d16f..c9237b6 100644 --- a/src/css/style.scss +++ b/src/css/style.scss @@ -4,6 +4,7 @@ #app-ncdownloader-wrapper { width: 100%; + display: flex; .action-item { position: relative;