Fix overwrite dialog layout
This commit is contained in:
@@ -558,6 +558,12 @@
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.u-nav .permissions-modal header .icon {
|
||||
flex: 0 0 26px;
|
||||
min-width: 26px;
|
||||
width: 26px;
|
||||
}
|
||||
|
||||
.u-nav .modal-body {
|
||||
display: grid;
|
||||
gap: 7px;
|
||||
@@ -582,7 +588,23 @@
|
||||
}
|
||||
|
||||
.u-nav .conflict-modal {
|
||||
width: 460px;
|
||||
width: min(560px, calc(100vw - 28px));
|
||||
}
|
||||
|
||||
.u-nav .conflict-modal footer {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
justify-content: stretch;
|
||||
}
|
||||
|
||||
.u-nav .conflict-modal footer button {
|
||||
line-height: 1.15;
|
||||
min-width: 0;
|
||||
overflow-wrap: anywhere;
|
||||
padding: 0 7px;
|
||||
white-space: normal;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.u-nav .conflict-details {
|
||||
|
||||
Reference in New Issue
Block a user