2024-01-30 10:43:16 +00:00
|
|
|
item-message-pane {
|
2024-03-03 10:29:36 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2024-01-30 10:43:16 +00:00
|
|
|
|
|
|
|
.custom-head {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-self: stretch;
|
2024-06-04 06:14:20 +00:00
|
|
|
gap: 8px;
|
2024-01-30 10:43:16 +00:00
|
|
|
padding: 6px 8px;
|
|
|
|
background: var(--material-toolbar);
|
|
|
|
border-bottom: var(--material-panedivider);
|
|
|
|
height: 28px;
|
|
|
|
|
|
|
|
&:empty {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
height: 26px;
|
|
|
|
margin: 0;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-item-pane-groupbox {
|
2024-03-03 10:29:36 +00:00
|
|
|
flex: 1;
|
2024-01-30 10:43:16 +00:00
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
}
|