diff --git a/src/main/resources/static/css/dragdrop.css b/src/main/resources/static/css/dragdrop.css index 688cbca4a..8f3304562 100644 --- a/src/main/resources/static/css/dragdrop.css +++ b/src/main/resources/static/css/dragdrop.css @@ -59,17 +59,21 @@ html[dir="rtl"] .drag-manager_draghover img { background-color: #ffffff10; transition: width 0.1s; animation: end-drop-expand 0.3s ease; - display: flex; align-items: center; justify-content: center; margin-left:16px; border-radius: 8px; - } .drag-manager_endpoint svg { width: 50px; height: 50px; + + display: block; + position: absolute; + left: 50%; + top: 50%; + translate: -50% -50%; } .drag-manager_endpoint.drag-manager_draghover { diff --git a/src/main/resources/static/css/multi-tool.css b/src/main/resources/static/css/multi-tool.css index 9ba75a483..92d7699b2 100644 --- a/src/main/resources/static/css/multi-tool.css +++ b/src/main/resources/static/css/multi-tool.css @@ -85,18 +85,11 @@ label { flex-direction: column; padding: 1rem; border-radius: 25px; - overflow-y: clip; - overflow-x: auto; min-height: 275px; margin: 0 0 30px 0; } #pages-container { - /* gap: 0px; - display: flex; - flex-wrap: wrap; - margin-left: -15px; - margin-right: -15px; */ margin: 0 auto; width: 95%; font-size: 0; @@ -126,7 +119,6 @@ label { .page-container { - display: inline-block; list-style-type: none; width: 250px; @@ -135,7 +127,6 @@ label { margin: 15px 25px; box-sizing: border-box; text-align: center; - aspect-ratio: 1; position: relative; user-select: none; @@ -205,7 +196,6 @@ label { .page-container img { max-width: calc(100% - 15px); max-height: calc(100% - 15px); - /* max-width: 237px; */ display: block; position: absolute; left: 50%;