Skip to content

Commit

Permalink
quick css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hinanaya committed Jun 14, 2024
1 parent 4021db3 commit d7428bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui/fields/inputdevice.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class OBFieldInputDevice extends OBField {
}
select {
max-width: 100%;
width: 100%;
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions ui/fields/media.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@ class OBFieldMedia extends OBField {
#input-container {
width: 350px;
}
ob-field-input-device {
width: 100%;
}
}
`;
}
Expand Down

0 comments on commit d7428bb

Please sign in to comment.