Merge pull request #872 from AssassinJN/patch-2

Fix for searchable model width
This commit is contained in:
cmdr2 2023-02-13 21:12:15 +05:30 committed by GitHub
commit 3454a47f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -751,6 +751,14 @@ input::file-selector-button {
opacity: 1;
}
.model-filter {
width: calc(100% - 40px);
padding-right: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* Small screens */
@media screen and (max-width: 1265px) {
#top-nav {