14
14
@end =" drag = false"
15
15
>
16
16
<div :class =" activeHTML === element[2] ? 'list-group-item-selected' : 'list-group-item'" @dblclick.self =" setActiveElement(element)" v-for =" (element) in renderList" :key =" element[1] + Date.now()" >
17
+ <!-- <i class="fas fa fa-angle-double-down fa-md" @click="setLayer({text: element[0], id: element[2]})"></i> -->
18
+ <!-- <i v-if='activeComponent !== "" && (element[0] !== "img" && element[0] !== "link")' class="fas fa fa-angle-double-down fa-md" id="noNesting" @click="setLayer({text: element[0], id: element[2]})"></i> -->
19
+ <!-- <i v-else class="fas fa fa-angle-double-down fa-md" @click="setLayer({text: element[0], id: element[2]})"></i> -->
17
20
<i class =" fas fa fa-angle-double-down fa-md" @click =" setLayer({text: element[0], id: element[2]})" ></i >
18
21
{{ element[0] }}
19
22
<i class =" fas fa fa-trash fa-md" @click.self =" deleteElement([element[1],element[2]])" ></i >
150
153
.list-group-item {
151
154
display : inline-block ;
152
155
margin : 2px 1.5% ;
153
- min-width : 145 px ;
156
+ min-width : 175 px ;
154
157
width : 30% ;
155
158
border-radius : 0.5cm ;
156
159
border : 2px solid $secondary ;
@@ -160,37 +163,10 @@ li {
160
163
text-align : center ;
161
164
}
162
165
163
- @media (max-width : 900px ) {
164
- .list-group-item {
165
- display : inline-block ;
166
- margin : 2px 1.5% ;
167
- width : 45% ;
168
- border-radius : 0.5cm ;
169
- border : 2px solid $secondary ;
170
- background-color : $secondary ;
171
- height : 35px ;
172
- padding-top : 6px ;
173
- text-align : center ;
174
- }
175
- }
176
-
177
- @media (max-width : 700px ) {
178
- .list-group-item {
179
- display : inline-block ;
180
- margin : 2px 1.5% ;
181
- width : 90% ;
182
- border-radius : 0.5cm ;
183
- border : 2px solid $secondary ;
184
- background-color : $secondary ;
185
- height : 35px ;
186
- padding-top : 6px ;
187
- text-align : center ;
188
- }
189
- }
190
-
191
166
.list-group-item-selected {
192
167
display : inline-block ;
193
168
margin : 2px 1.5% ;
169
+ min-width : 175px ;
194
170
width : 30% ;
195
171
border-radius : 0.5cm ;
196
172
border : 2px solid white ;
@@ -200,35 +176,6 @@ li {
200
176
text-align : center ;
201
177
}
202
178
203
- @media (max-width : 900px ) {
204
- .list-group-item-selected {
205
- display : inline-block ;
206
- margin : 2px 1.5% ;
207
- width : 45% ;
208
- border-radius : 0.5cm ;
209
- border : 2px solid white ;
210
- background-color : $secondary ;
211
- height : 35px ;
212
- padding-top : 6px ;
213
- text-align : center ;
214
- }
215
- }
216
-
217
- @media (max-width : 700px ) {
218
- .list-group-item-selected {
219
- display : inline-block ;
220
- margin : 2px 1.5% ;
221
- width : 90% ;
222
- border-radius : 0.5cm ;
223
- border : 2px solid white ;
224
- background-color : $secondary ;
225
- height : 35px ;
226
- padding-top : 6px ;
227
- text-align : center ;
228
- }
229
- }
230
-
231
-
232
179
.fa-trash :hover {
233
180
cursor : pointer ;
234
181
color : red ;
0 commit comments