Remove img and margin
This commit is contained in:
parent
e45198e403
commit
cbf786fd56
@ -92,7 +92,7 @@
|
|||||||
|
|
||||||
{#if $cameraListStore.length > 1 }
|
{#if $cameraListStore.length > 1 }
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<img src={cinemaImg} alt="Camera" />
|
<!--<img src={cinemaImg} alt="Camera" />-->
|
||||||
<div class="nes-select">
|
<div class="nes-select">
|
||||||
<select bind:value={selectedCamera} on:change={selectCamera}>
|
<select bind:value={selectedCamera} on:change={selectCamera}>
|
||||||
{#each $cameraListStore as camera}
|
{#each $cameraListStore as camera}
|
||||||
@ -134,7 +134,7 @@
|
|||||||
|
|
||||||
section.selectWebcamForm {
|
section.selectWebcamForm {
|
||||||
margin-top: 3vh;
|
margin-top: 3vh;
|
||||||
/* margin-bottom: 3vh;*/
|
margin-bottom: 3vh;
|
||||||
min-height: 10vh;
|
min-height: 10vh;
|
||||||
width: 50vw;
|
width: 50vw;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
@ -142,8 +142,8 @@
|
|||||||
|
|
||||||
select {
|
select {
|
||||||
font-family: "Press Start 2P";
|
font-family: "Press Start 2P";
|
||||||
margin-top: 1vh;
|
/* margin-top: 1vh;
|
||||||
margin-bottom: 1vh;
|
margin-bottom: 1vh;*/
|
||||||
|
|
||||||
option {
|
option {
|
||||||
font-family: "Press Start 2P";
|
font-family: "Press Start 2P";
|
||||||
@ -158,7 +158,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
h2{
|
h2{
|
||||||
color: pink;
|
|
||||||
font-family: "Press Start 2P";
|
font-family: "Press Start 2P";
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user