File tree 2 files changed +6
-12
lines changed
src/main/resources/static/css
2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -59,17 +59,21 @@ html[dir="rtl"] .drag-manager_draghover img {
59
59
background-color : # ffffff10 ;
60
60
transition : width 0.1s ;
61
61
animation : end-drop-expand 0.3s ease;
62
- display : flex;
63
62
align-items : center;
64
63
justify-content : center;
65
64
margin-left : 16px ;
66
65
border-radius : 8px ;
67
-
68
66
}
69
67
70
68
.drag-manager_endpoint svg {
71
69
width : 50px ;
72
70
height : 50px ;
71
+
72
+ display : block;
73
+ position : absolute;
74
+ left : 50% ;
75
+ top : 50% ;
76
+ translate : -50% -50% ;
73
77
}
74
78
75
79
.drag-manager_endpoint .drag-manager_draghover {
Original file line number Diff line number Diff line change @@ -85,18 +85,11 @@ label {
85
85
flex-direction : column;
86
86
padding : 1rem ;
87
87
border-radius : 25px ;
88
- overflow-y : clip;
89
- overflow-x : auto;
90
88
min-height : 275px ;
91
89
margin : 0 0 30px 0 ;
92
90
}
93
91
94
92
# pages-container {
95
- /* gap: 0px;
96
- display: flex;
97
- flex-wrap: wrap;
98
- margin-left: -15px;
99
- margin-right: -15px; */
100
93
margin : 0 auto;
101
94
width : 95% ;
102
95
font-size : 0 ;
@@ -126,7 +119,6 @@ label {
126
119
127
120
128
121
.page-container {
129
-
130
122
display : inline-block;
131
123
list-style-type : none;
132
124
width : 250px ;
@@ -135,7 +127,6 @@ label {
135
127
margin : 15px 25px ;
136
128
box-sizing : border-box;
137
129
text-align : center;
138
-
139
130
aspect-ratio : 1 ;
140
131
position : relative;
141
132
user-select : none;
@@ -205,7 +196,6 @@ label {
205
196
.page-container img {
206
197
max-width : calc (100% - 15px );
207
198
max-height : calc (100% - 15px );
208
- /* max-width: 237px; */
209
199
display : block;
210
200
position : absolute;
211
201
left : 50% ;
You can’t perform that action at this time.
0 commit comments