zotero/scss/elements/_itemMessagePane.scss

33 lines
525 B
SCSS
Raw Normal View History

2024-01-30 10:43:16 +00:00
item-message-pane {
-moz-box-orient: vertical;
.custom-head {
display: flex;
flex-direction: row;
align-self: stretch;
gap: 6px;
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 {
-moz-box-flex: 1;
-moz-box-pack: center;
-moz-box-align: center;
-moz-appearance: none !important;
border-width: 0;
}
}