zotero/scss/elements/_itemMessagePane.scss

31 lines
442 B
SCSS
Raw Normal View History

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;
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;
}
}