related to #1790 optimized back end and front end a bit, but front has to be improved

This commit is contained in:
Matthieu Leproux
2022-11-15 16:03:25 +01:00
parent bd05d9e4ab
commit 468394af66
3 changed files with 64 additions and 140 deletions
+15 -31
View File
@@ -523,28 +523,10 @@ input[name="position"] {
.dragging .move-cat-container .move-cat-toogler,
.dragging .move-cat-container .move-cat-action-cont a,
.dragging .move-cat-container .move-cat-title-container,
.dragging .move-cat-action-small {
.dragging .move-cat-container .move-cat-title-container{
pointer-events: all;
}
.move-cat-action-small {
display: none;
position: relative;
right: 10px;
font-weight: bold;
cursor: pointer;
transform: scale(1.2);
padding: 20px 10px;
}
#catOptionsSmall .dropdown-option {
font-size: 10px;
font-weight: bold;
}
#catOptionsSmall .dropdown-option::before{
margin: 0 6px 0 -2px;
}
.last-update {
display: none;
@@ -575,23 +557,25 @@ input[name="position"] {
display: none;
}
.move-cat-action {
display: none;
ul.jqtree-tree ul.jqtree_common {
margin-left: 20px !important;
}
.move-cat-action-small {
display: flex;
}
.move-cat-title-container {
max-width: 80%;
}
}
@media (max-width: 850px) {
.move-cat-title-container {
max-width: 60%;
}
}
@media (max-width: 1100px) {
.move-cat-title-container {
max-width: 50%;
}
}
@media (max-width: 850px) {
.move-cat-title-container {
max-width: 40%;
}
}
</style>