input[title^="Search project"] {
- max-width: 50%;
+ max-width: 50%;
}
div.page_header,
div.page_footer {
- height: unset;
- overflow: auto;
+ height: unset;
+ overflow: auto;
}
div.page_body {
}
@media screen and (max-width: 720px) {
- body {
- box-sizing: border-box;
- margin: 0;
- display: flex;
- flex-direction: column;
- min-height: 100%;
- height: 100%;
+ body {
+ box-sizing: border-box;
+ margin: 0;
+ display: flex;
+ flex-direction: column;
+ min-height: 100%;
+ height: 100%;
- & > * { flex: 0 0 auto; }
- }
+ & > * { flex: 0 0 auto; }
+ }
}
html {
- min-height: 100%;
- height: 100%;
+ min-height: 100%;
+ height: 100%;
}
table.project_list,
table.commit_search,
table.project_list,
div.page_body {
- flex: 1 0 auto;
+ flex: 1 0 auto;
}