From b704f657be555145691edb027ed96a670124af68 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 3 Jan 2021 09:59:24 +0100 Subject: [PATCH] New isso CSS adjustments --- static/css/isso.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/static/css/isso.css b/static/css/isso.css index 08b7528..6ce1beb 100644 --- a/static/css/isso.css +++ b/static/css/isso.css @@ -8,6 +8,7 @@ 'segoe ui', arial, sans-serif; } + #isso-thread { font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, @@ -45,10 +46,6 @@ padding-right: 1rem; } -/*.isso-postbox > .form-wrapper > .auth-section .post-action { - margin: 0.2rem !important; -}*/ - .isso-postbox > .form-wrapper > .auth-section .post-action input { font-size: 0.9rem; background-color: #000000 !important; @@ -59,10 +56,16 @@ font-size: 0.9rem; } - - .isso-postbox > .form-wrapper input[type="checkbox"] { font-size: 0.9rem; padding-right: 0.2rem; margin-right: 0.5rem !important; } + +.isso-comment > div.text-wrapper > .isso-comment-header { + font-size: 0.85rem !important; +} + +.isso-comment > div.text-wrapper > div.text p { + font-size: 0.85rem !important; +}