mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
fix bug 76383
This commit is contained in:
@ -560,8 +560,9 @@ input[type="radio"] {
|
||||
|
||||
// Drag and drop zone
|
||||
.dnd-zone {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 56px 0;
|
||||
border-radius: 12px;
|
||||
border: 1px dashed @border-regular-control;
|
||||
|
||||
Reference in New Issue
Block a user