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;