Fix merge window style (#4430)

This commit is contained in:
windingwind 2024-07-30 15:56:09 +08:00 committed by Dan Stillman
parent 99a2b83cb6
commit 06f359df23
2 changed files with 7 additions and 2 deletions

View file

@ -35,7 +35,7 @@
xmlns:html="http://www.w3.org/1999/xhtml"
onload="Zotero_Merge_Window.init()"
drawintitlebar-platforms="mac"
style="min-width: 830px; min-height: 500px;"
style="min-width: 850px; min-height: 500px;"
>
<wizard id="merge-window" title="">
<linkset>

View file

@ -6,7 +6,8 @@ wizardpage {
merge-group {
display: flex;
overflow: auto;
overflow: hidden auto;
gap: 8px;
merge-pane {
flex: 1;
@ -37,6 +38,10 @@ merge-group {
.delete-box {
min-width: 15em;
}
collapsible-section {
border-bottom: none !important;
}
}
&:not([mergetype="note"]) {