From 8a4a37ba8ece556cee62dfc9f92ccae44a6d3890 Mon Sep 17 00:00:00 2001 From: mummified-corroding-granny Date: Sun, 12 Feb 2023 07:23:25 +0000 Subject: [PATCH] Comments: fix inconsistent nested lists padding as compared to posts (#117) Kindly, Seems strange that posts can use nested lists with increased padding at each level while comments do not have any padding on the nested lists EDIT: disregard branch name. A bit tipsy and just used the branch that I had in my hand Reviewed-on: https://fsdfsd.net/rDrama/rDrama/pulls/117 Co-authored-by: mummified-corroding-granny Co-committed-by: mummified-corroding-granny --- files/assets/css/main.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 694f0112e..bc5e963bc 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -3014,9 +3014,6 @@ pre { a.dropdown-toggle:hover { text-decoration: none; } -.comment-text ul li ul { - padding-left: 0; -} ul.no-bullets { list-style-type: none; }