Final element CSS Fix

This commit is contained in:
Connor Yoh 2025-04-02 17:52:18 +01:00
parent ce79bcd555
commit a6421dd83f
2 changed files with 6 additions and 12 deletions

View File

@ -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 {

View File

@ -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%;