Port filemanager to composition style api and sync filemanger/terminal/logs toolbar layout

This commit is contained in:
Johannes Zellner
2025-05-28 16:55:25 +02:00
parent 4135040007
commit 6ec869505e
8 changed files with 461 additions and 453 deletions

View File

@@ -109,6 +109,11 @@ hr {
opacity: 0;
}
a.pankow-breadcrumb-item {
color: var(--pankow-text-color);
text-decoration: none;
}
.pankow-checkbox {
margin: 8px 0;
}