Fix merge window style (#4430)
This commit is contained in:
parent
99a2b83cb6
commit
06f359df23
2 changed files with 7 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
||||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||||
onload="Zotero_Merge_Window.init()"
|
onload="Zotero_Merge_Window.init()"
|
||||||
drawintitlebar-platforms="mac"
|
drawintitlebar-platforms="mac"
|
||||||
style="min-width: 830px; min-height: 500px;"
|
style="min-width: 850px; min-height: 500px;"
|
||||||
>
|
>
|
||||||
<wizard id="merge-window" title="">
|
<wizard id="merge-window" title="">
|
||||||
<linkset>
|
<linkset>
|
||||||
|
|
|
@ -6,7 +6,8 @@ wizardpage {
|
||||||
|
|
||||||
merge-group {
|
merge-group {
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow: auto;
|
overflow: hidden auto;
|
||||||
|
gap: 8px;
|
||||||
|
|
||||||
merge-pane {
|
merge-pane {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
@ -37,6 +38,10 @@ merge-group {
|
||||||
.delete-box {
|
.delete-box {
|
||||||
min-width: 15em;
|
min-width: 15em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
collapsible-section {
|
||||||
|
border-bottom: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not([mergetype="note"]) {
|
&:not([mergetype="note"]) {
|
||||||
|
|
Loading…
Reference in a new issue