Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
fix: add y margin to container
Browse files Browse the repository at this point in the history
  • Loading branch information
madkarmaa committed Jun 13, 2024
1 parent c7a6688 commit 1fb130d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// @supportURL https://github.com/madkarmaa/youtube-downloader
// @updateURL https://raw.githubusercontent.com/madkarmaa/youtube-downloader/main/script.user.js
// @downloadURL https://raw.githubusercontent.com/madkarmaa/youtube-downloader/main/script.user.js
// @version 3.2.0
// @version 3.2.1
// @description A simple userscript to download YouTube videos in MAX QUALITY
// @author mk_
// @match *://*.youtube.com/*
Expand Down Expand Up @@ -768,6 +768,7 @@
display: flex;
flex-direction: column;
gap: 0.7rem;
margin: 1rem 0;
}
#ytdl-sideMenu .advanced-options.opened {
Expand Down

0 comments on commit 1fb130d

Please sign in to comment.