improve css, add class page search_toolbar

This commit is contained in:
2021-05-24 12:43:26 +08:00
parent 96ea49e086
commit 7c190261d3
2 changed files with 25 additions and 3 deletions

View File

@@ -47,3 +47,15 @@ td.clickable {
div.clickable {
cursor: pointer;
}
div.page {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
div.search_toolbar {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-end;
}