Spaces → tabs in _item-tree.scss
This commit is contained in:
parent
e2cbb51c31
commit
57c9da6df3
1 changed files with 30 additions and 30 deletions
|
@ -1,37 +1,37 @@
|
||||||
#zotero-items-pane {
|
#zotero-items-pane {
|
||||||
min-width: 290px;
|
min-width: 290px;
|
||||||
min-height: 150px;
|
min-height: 150px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
width: 290px;
|
width: 290px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#zotero-items-tree {
|
#zotero-items-tree {
|
||||||
.virtualized-table-header .icon {
|
.virtualized-table-header .icon {
|
||||||
width: 13px;
|
width: 13px;
|
||||||
height: 13px;
|
height: 13px;
|
||||||
}
|
|
||||||
|
|
||||||
.cell.primary {
|
|
||||||
.retracted {
|
|
||||||
width: 12px;
|
|
||||||
margin-inline-start: 3px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-swatch {
|
.cell.primary {
|
||||||
display: inline-block;
|
.retracted {
|
||||||
min-width: .728em;
|
width: 12px;
|
||||||
min-height: .728em;
|
margin-inline-start: 3px;
|
||||||
margin-inline-start: 3px;
|
}
|
||||||
border-radius: .15em;
|
|
||||||
|
.tag-swatch {
|
||||||
|
display: inline-block;
|
||||||
|
min-width: .728em;
|
||||||
|
min-height: .728em;
|
||||||
|
margin-inline-start: 3px;
|
||||||
|
border-radius: .15em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.cell.hasAttachment {
|
.cell.hasAttachment {
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cell.numNotes {
|
.cell.numNotes {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue