align toollists to the left in sidebar

This commit is contained in:
Andreas Gohr 2023-09-12 11:16:10 +02:00
commit ee2fe713b4

View file

@ -267,6 +267,10 @@
margin-left: 16px;
}
}
ul.toollist li {
margin-left: 0;
}
}
}