diff --git a/assets/css/index.css b/assets/css/index.css index ce68522..7fdb0a0 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -83,6 +83,7 @@ body { text-align: left; opacity: 1; font-size: large; + z-index:2; } .menuItem { color: white; @@ -150,6 +151,17 @@ body { height:15px; } +#closeHidden{ + bottom:5px; + position: absolute; + right:5px; + cursor: pointer; + cursor: pointer; + width:15px; + height:15px; + +} + #hidden { display: none; /* display: inline-block; */ diff --git a/html/about.html b/html/about.html index 66a333d..5af0b84 100644 --- a/html/about.html +++ b/html/about.html @@ -14,12 +14,10 @@ Home
ytDownloader allows you to download videos of all resolutions provided by YouTube. - They can be downloaded in different encoding formats. The same goes for audio files. +
ytDownloader lets you download videos (and sometimes audios) from hundreds of sites like Youtube, Facebook, Instagram, Tiktok, Twitter and so on.
-It's a Free and Open Source app built on top of Node.js and Electron. ytdl-core has been used for downloading - from YouTube
+It's a Free and Open Source app built on top of Node.js and Electron. yt-dlp has been used for downloading
Source Code is available here
diff --git a/html/index.html b/html/index.html index 719b751..10519f5 100644 --- a/html/index.html +++ b/html/index.html @@ -46,7 +46,6 @@ About -