From 1de9e49f7862cc37571481fa8c63d5cd76ffed20 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 3 Mar 2018 15:03:02 -0800 Subject: [PATCH] tweak style --- routes/_components/dialog/PostPrivacyDialog.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/routes/_components/dialog/PostPrivacyDialog.html b/routes/_components/dialog/PostPrivacyDialog.html index 33e97a38..fd32b9fd 100644 --- a/routes/_components/dialog/PostPrivacyDialog.html +++ b/routes/_components/dialog/PostPrivacyDialog.html @@ -29,7 +29,7 @@ } .post-privacy-item { border: 1px solid var(--settings-list-item-border); - font-size: 1.3em; + font-size: 1.2em; display: flex; } .post-privacy-item svg { @@ -48,6 +48,8 @@ } .post-privacy-button span { flex: 1; + text-align: left; + margin-left: 20px; } .post-privacy-button:hover { background: var(--settings-list-item-bg-hover);