File size: 999 Bytes
519a20c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.nGY2 .nGY2GalleryBottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-folder-input {
    background-color: transparent;
    font-size: calc(var(--mainFontSize)* 0.9);
    opacity: 0.8;
    flex-grow: 1;
}

.gallery-folder-input:placeholder-shown {
    font-style: italic;
    opacity: 0.5;
    border-color: transparent;
}

.gallery-sort-select {
    width: max-content;
    flex: 1;
    cursor: pointer;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    opacity: 0.8;
    background: none;
    background-image: url(/img/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 8px 5px;
    padding-right: 20px;
    font-size: calc(var(--mainFontSize)* 0.9);
    margin-bottom: 0;
}

#gallery .dragTitle {
    margin-right: 30px;
}

#dragGallery {
    min-height: 25dvh;
}

#gallery .right_menu_button.warning {
    opacity: 1;
    filter: unset;
}