Fix item tree message not being centered outside of main window
This commit is contained in:
parent
d83ec19c23
commit
b671611b51
2 changed files with 13 additions and 11 deletions
|
@ -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, 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); }
|
#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 {
|
.items-tree-message div {
|
||||||
padding: 0 35px;
|
padding: 0 35px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,18 +3,8 @@
|
||||||
min-height: 150px;
|
min-height: 150px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
width: 290px;
|
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 {
|
#zotero-items-tree {
|
||||||
.virtualized-table-header .icon {
|
.virtualized-table-header .icon {
|
||||||
width: 13px;
|
width: 13px;
|
||||||
|
|
Loading…
Reference in a new issue