mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-06 18:30:57 +00:00
Final element CSS Fix
This commit is contained in:
parent
ce79bcd555
commit
a6421dd83f
@ -59,17 +59,21 @@ html[dir="rtl"] .drag-manager_draghover img {
|
|||||||
background-color: #ffffff10;
|
background-color: #ffffff10;
|
||||||
transition: width 0.1s;
|
transition: width 0.1s;
|
||||||
animation: end-drop-expand 0.3s ease;
|
animation: end-drop-expand 0.3s ease;
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-left:16px;
|
margin-left:16px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.drag-manager_endpoint svg {
|
.drag-manager_endpoint svg {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
top: 50%;
|
||||||
|
translate: -50% -50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.drag-manager_endpoint.drag-manager_draghover {
|
.drag-manager_endpoint.drag-manager_draghover {
|
||||||
|
@ -85,18 +85,11 @@ label {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
overflow-y: clip;
|
|
||||||
overflow-x: auto;
|
|
||||||
min-height: 275px;
|
min-height: 275px;
|
||||||
margin: 0 0 30px 0;
|
margin: 0 0 30px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pages-container {
|
#pages-container {
|
||||||
/* gap: 0px;
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
margin-left: -15px;
|
|
||||||
margin-right: -15px; */
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
@ -126,7 +119,6 @@ label {
|
|||||||
|
|
||||||
|
|
||||||
.page-container {
|
.page-container {
|
||||||
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
@ -135,7 +127,6 @@ label {
|
|||||||
margin: 15px 25px;
|
margin: 15px 25px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
@ -205,7 +196,6 @@ label {
|
|||||||
.page-container img {
|
.page-container img {
|
||||||
max-width: calc(100% - 15px);
|
max-width: calc(100% - 15px);
|
||||||
max-height: calc(100% - 15px);
|
max-height: calc(100% - 15px);
|
||||||
/* max-width: 237px; */
|
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user