| 1 | .nGY2 .nGY2GalleryBottom { |
| 2 | display: flex; |
| 3 | align-items: center; |
| 4 | justify-content: center; |
| 5 | gap: 4px; |
| 6 | } |
| 7 | |
| 8 | .gallery-folder-input { |
| 9 | background-color: transparent; |
| 10 | font-size: calc(var(--mainFontSize)* 0.9); |
| 11 | opacity: 0.8; |
| 12 | flex-grow: 1; |
| 13 | } |
| 14 | |
| 15 | .gallery-folder-input:placeholder-shown { |
| 16 | font-style: italic; |
| 17 | opacity: 0.5; |
| 18 | border-color: transparent; |
| 19 | } |
| 20 | |
| 21 | .gallery-sort-select { |
| 22 | width: max-content; |
| 23 | flex: 1; |
| 24 | cursor: pointer; |
| 25 | overflow-x: hidden; |
| 26 | white-space: nowrap; |
| 27 | text-overflow: ellipsis; |
| 28 | width: 100%; |
| 29 | opacity: 0.8; |
| 30 | background-color: var(--black30a); |
| 31 | border: 1px solid var(--SmartThemeBorderColor); |
| 32 | background-image: url(/img/down-arrow.svg); |
| 33 | background-repeat: no-repeat; |
| 34 | background-position: right 6px center; |
| 35 | background-size: 8px 5px; |
| 36 | padding-right: 20px; |
| 37 | margin-bottom: 0; |
| 38 | } |
| 39 | |
| 40 | #gallery .dragTitle { |
| 41 | margin-right: 30px; |
| 42 | } |
| 43 | |
| 44 | #dragGallery { |
| 45 | min-height: 25dvh; |
| 46 | } |
| 47 | |
| 48 | #gallery .right_menu_button.warning { |
| 49 | opacity: 1; |
| 50 | filter: unset; |
| 51 | } |
| 52 | |
| 53 | .galleryImageDraggable video { |
| 54 | width: 100%; |
| 55 | } |