Fixed Preferences icon size and alignment

This commit is contained in:
Niléane 2023-08-21 13:12:49 +02:00
commit e26920e82e
No known key found for this signature in database
4 changed files with 12 additions and 0 deletions

View file

@ -1953,6 +1953,9 @@ body.layout-single-column {
position: relative;
top: 1px;
}
.layout-single-column .column-link .fa.fa-cog {
transform: scale(1) translate(1px, -1px);
}
.layout-single-column .list-panel {
padding: 5px 9px 8px 27px;
margin: 0 0 5px;