diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-09-07 20:05:11 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-09-07 20:05:11 -0700 |
commit | 8f6730af719406c18ae74092899c95dec44735e0 (patch) | |
tree | ce6d405b500d3d1722aa8667938f133afed702ee /youtube/templates | |
parent | f172b143d661f81b80842fe1fdcaf92f6a0e4907 (diff) | |
download | yt-local-8f6730af719406c18ae74092899c95dec44735e0.tar.lz yt-local-8f6730af719406c18ae74092899c95dec44735e0.tar.xz yt-local-8f6730af719406c18ae74092899c95dec44735e0.zip |
Subscription manager: Add some space around import subscriptions box
Diffstat (limited to 'youtube/templates')
-rw-r--r-- | youtube/templates/subscription_manager.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube/templates/subscription_manager.html b/youtube/templates/subscription_manager.html index ed6a320..631eb66 100644 --- a/youtube/templates/subscription_manager.html +++ b/youtube/templates/subscription_manager.html @@ -4,6 +4,8 @@ .import-export{ display: flex; flex-direction: row; + padding-left: 10px; + padding-top: 10px; } .subscriptions-import-form{ background-color: var(--interface-color); |