style: fix fileTree top position in dialog content styling in Browse.css

This commit is contained in:
Zack Spear
2025-08-11 14:44:58 -07:00
parent 18fdb23d26
commit 9a011f03db

View File

@@ -110,6 +110,14 @@ table.tablesorter.indexer tbody tr:hover td {
background-color: var(--browse-table-tbody-tr-hover-td-bg-color);
}
.ui-dialog-content dd {
position: relative;
.fileTree {
top: 4rem;
}
}
.Theme--black {
tr.ace_optionsMenuEntry td select {
color: var(--browse-text-color);