File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1059,6 +1059,11 @@ li.path-ext-svg a img {
10591059 margin-left : auto;
10601060}
10611061
1062+ .form-container .filter-validate {
1063+ width : fit-content;
1064+ margin-left : 20px ;
1065+ }
1066+
10621067.filter-word .search-words {
10631068 max-width : 200px ;
10641069 overflow : hidden;
Original file line number Diff line number Diff line change @@ -397,7 +397,6 @@ td .nbEntries{
397397.filter-tag-form .selectize-control ,
398398.filter-author-form .selectize-control ,
399399.filter-added_by-form .selectize-control {
400- margin-bottom : 10px ;
401400 margin-top : 10px ;
402401}
403402
@@ -459,10 +458,10 @@ td .nbEntries{
459458 padding : 0 ;
460459 max-height : 100px ;
461460 overflow-y : scroll;
462-
461+ position : absolute;
463462}
464463.filter-tag-form .selectize-dropdown .option ,
465- .filter-author-form .selectize-dropdown .option
464+ .filter-author-form .selectize-dropdown .option ,
466465.filter-added_by-form .selectize-dropdown .option {
467466 padding : 0 5px ;
468467}
@@ -473,6 +472,14 @@ td .nbEntries{
473472 border-radius : 5px ;
474473}
475474
475+ .filter-tag-form .form-container ,
476+ .filter-author-form .form-container ,
477+ .filter-added_by-form .form-container {
478+ display : flex;
479+ flex-direction : row;
480+ align-items : flex-end;
481+ }
482+
476483.linkedAlbumPopInContainer {
477484 background-color : white;
478485}
You can’t perform that action at this time.
0 commit comments