From 54e02c26a64fe6660bf30e3ae402792bbd099c54 Mon Sep 17 00:00:00 2001 From: Mohammad Anbarestany Date: Tue, 2 Nov 2021 02:54:33 +0330 Subject: [PATCH] fixes for changelog (#2193) --- themes/grav/css/rtl.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/themes/grav/css/rtl.css b/themes/grav/css/rtl.css index df9904ed..d9964346 100644 --- a/themes/grav/css/rtl.css +++ b/themes/grav/css/rtl.css @@ -487,6 +487,10 @@ form h3 { /* admin menu */ +#admin-logo .admin-logo { + padding-left: 10px; +} + .sidebar-closed:not(.sidebar-quickopen) #admin-sidebar { float: right; visibility: visible; @@ -1223,4 +1227,14 @@ tr th.right, tr td.right { .admin-menu-wrapper { transform: scaleX(-1); +} + +body .changelog ul li::before { + margin-right: -6rem; + margin-left: 1rem; +} + +body .changelog ul li { + padding-right: 6rem; + padding-left: 0 !important; } \ No newline at end of file