Select file and plugin on ModData page

This commit is contained in:
2022-08-19 23:50:16 -04:00
parent d76751f495
commit 75643f89ae
4 changed files with 174 additions and 31 deletions

View File

@@ -6,3 +6,23 @@ a.name {
line-height: 1.75rem;
word-wrap: break-word;
}
.select-container {
margin-top: 12px;
}
.select {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
.label {
white-space: nowrap;
margin-right: 12px;
font-weight: bold;
width: 100%;
display: block;
margin-bottom: 4px;
}