mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-01-11 16:58:31 +01:00
Merge pull request #872 from AssassinJN/patch-2
Fix for searchable model width
This commit is contained in:
commit
3454a47f67
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user