Fix item tree message not being centered outside of main window

This commit is contained in:
Adomas Venčkauskas 2021-04-14 12:33:10 +03:00 committed by Dan Stillman
parent d83ec19c23
commit b671611b51
2 changed files with 13 additions and 11 deletions

View file

@ -148,6 +148,18 @@
#zotero-items-tree treechildren::-moz-tree-image(selected, hasAttachment, pie63) { -moz-image-region: rect(32px, 2016px, 64px, 1984px); }
#zotero-items-tree treechildren::-moz-tree-image(selected, hasAttachment, pie64) { -moz-image-region: rect(32px, 2048px, 64px, 2016px); }
.items-tree-message {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.items-tree-message div {
padding: 0 35px;
}

View file

@ -3,18 +3,8 @@
min-height: 150px;
height: 150px;
width: 290px;
.items-tree-message {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
}
#zotero-items-tree {
.virtualized-table-header .icon {
width: 13px;