From a5b8fcc1271a7edcbbc85fc10484289182a54821 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Sat, 9 Oct 2021 14:10:51 +0200 Subject: [PATCH] docs: align dropdown items when icons have different sizes --- docs/static/css/custom.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/static/css/custom.css b/docs/static/css/custom.css index 9bc80ed9b..1786aa78f 100644 --- a/docs/static/css/custom.css +++ b/docs/static/css/custom.css @@ -142,6 +142,12 @@ h5 { font-size: 95%; } +/* Align dropdown items when icons have different sizes */ +.dropdown-item .fa, .fab, .fad, .fal, .far, .fas { + width: 20px; + text-align: center; +} + /* Make primary buttons rclone colours. Should learn sass and do this the proper way! */ .btn-primary { background-color: #3f79ad;