More styling tweaks
This commit is contained in:
@@ -18,24 +18,26 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#capture {
|
||||
width: 20ch;
|
||||
}
|
||||
|
||||
#config {
|
||||
overflow-y: auto;
|
||||
max-height: 100vh;
|
||||
padding-left: 5px;
|
||||
box-sizing: border-box;
|
||||
border-left: 3px solid black;
|
||||
border-left: 3px solid #777;
|
||||
}
|
||||
|
||||
#config .pure-button {
|
||||
margin: 1px;
|
||||
width: 20ch;
|
||||
}
|
||||
|
||||
#config label {
|
||||
max-width: 40%;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
#config input,
|
||||
#config select {
|
||||
max-width: 50%;
|
||||
width: 50%;
|
||||
}
|
||||
</style>
|
||||
<script type="importmap">
|
||||
|
||||
Reference in New Issue
Block a user