Skip to content

Commit 33876f9

Browse files
committed
Make full sized yt bar
1 parent a81247f commit 33876f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/dwe/cameras/stream.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const Endpoint = ({
131131
<Input
132132
value={youtubeKey}
133133
placeholder="Youtube Key"
134-
className="h-8"
134+
className="h-8 col-span-2"
135135
onChange={(e) => {
136136
setYoutubeKey(e.target.value);
137137
if (e.target.value.trim() === "") {

0 commit comments

Comments
 (0)