docs: align dropdown items when icons have different sizes

This commit is contained in:
albertony 2021-10-09 14:10:51 +02:00 committed by Ivan Andreev
parent 269f90c1e4
commit a5b8fcc127
1 changed files with 6 additions and 0 deletions

View File

@ -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;