center search form vertically

This commit is contained in:
Milan Pässler 2020-07-20 21:41:29 +02:00
parent aa22315c26
commit bbc98ad248

View file

@ -282,6 +282,7 @@ tbody tr:hover td {
color: white;
display: flex;
flex-direction: column;
margin-bottom: 5em;
}
.search table {
@ -897,3 +898,11 @@ form>div.history {
#selected {
background-color: #bfbfbf !important;
}
#content {
display: flex;
flex-direction: column;
justify-content: center;
min-height: 100vh;
}