fix(web): fix list height
This commit is contained in:
parent
a089d519ea
commit
efe4339b33
@ -34,6 +34,7 @@ main {
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
padding: 10px;
|
||||
background-color: #0008;
|
||||
}
|
||||
|
||||
@ -41,8 +42,8 @@ main {
|
||||
background-color: #eee;
|
||||
box-shadow: 0 0 0.5vw black;
|
||||
border-radius: 16px;
|
||||
width: 90vw;
|
||||
height: 90vh;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
transition: 0.3s;
|
||||
overflow: hidden;
|
||||
}
|
||||
@ -58,7 +59,6 @@ form {
|
||||
align-items: flex-start;
|
||||
flex-wrap: wrap;
|
||||
padding: 8px 0;
|
||||
height: 39vh;
|
||||
box-shadow: inset -5px 5px 5px #1111, inset -5px -5px 5px #1111;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
<input type="text" name="filter" class="form-control" id="filter">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group list"></div>
|
||||
<div class="form-group list" style="height: calc(100vh - 290px)"></div>
|
||||
<div class="form-group button-flex">
|
||||
<button class="btn btn-primary" id="btn-confirm">Confirm</button>
|
||||
<a target="_blank" class="btn btn-outline-info" id="btn-full">View full</a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user