mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
related to #1790 optimized back end and front end a bit, but front has to be improved
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user