Adjust folder item transformation and icon dimensions

This commit is contained in:
2026-02-01 02:02:33 +01:00
parent 0b140b19b7
commit 7a8324b22f

View File

@@ -314,6 +314,7 @@ body:not([data-theme="light"]) .folder-item {
padding: 0;
margin-left: -4px;
font-size: 1.6rem;
transform: translateY(-1px);
}
.folder-item__lead {
@@ -323,9 +324,9 @@ body:not([data-theme="light"]) .folder-item {
}
.folder-item__icon {
width: 16px;
height: 16px;
flex: 0 0 16px;
width: 1em;
height: 1em;
flex: 0 0 1em;
display: block;
}