Skip to content

Commit fa1b14c

Browse files
committed
fixes #58 add min-width
also add max height in case of lots of options, enable scroll in this case
1 parent d035dc0 commit fa1b14c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

css/hf_base.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1709,3 +1709,15 @@ li.path-ext-svg a img {
17091709
.filter-album-form .add-album-button {
17101710
width: fit-content;
17111711
}
1712+
1713+
.filetypes-option,
1714+
.added_by-option{
1715+
min-width:150px!important;
1716+
}
1717+
1718+
.filter-filetypes-form .form-container,
1719+
.filter-added_by-form .form-container,
1720+
.filter-date_posted .form-container {
1721+
max-height: 300px;
1722+
overflow-y: auto;
1723+
}

0 commit comments

Comments
 (0)