From 8aeca6c033c4ae212c7e5313d8ff8bd8aa2b46d7 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Thu, 30 Dec 2021 15:12:10 +0100 Subject: [PATCH] docs: align menu 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 b39a74494..d112bbbfc 100644 --- a/docs/static/css/custom.css +++ b/docs/static/css/custom.css @@ -148,6 +148,12 @@ h5 { text-align: center; } +/* Align menu items when icons have different sizes */ +.menu .fa, .fab, .fad, .fal, .far, .fas { + width: 18px; + text-align: center; +} + /* Make primary buttons rclone colours. Should learn sass and do this the proper way! */ .btn-primary { background-color: #3f79ad;