summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-19 19:59:25 +0300
committerAndrew Dolgov <[email protected]>2019-02-19 19:59:25 +0300
commit2e24ac5dc913d49459dee2da9a396fcb70a5485b (patch)
tree1e6387a19e0297e3444070acab49266cbe7063ed /themes/night.css
parent430e9e373abacc557fc0943a9d597f5bd9e2e08e (diff)
set larger padding for login form
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css
index 169ec433e..f20c27771 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1719,6 +1719,9 @@ body.ttrss_utility.ttrss_login .container {
margin-left: auto;
margin-right: auto;
}
+body.ttrss_utility.ttrss_login .container .content {
+ padding: 40px;
+}
body.ttrss_utility.feed_debugger {
margin: 2em;
}