Multiple visual adaptations.

This commit is contained in:
2024-03-06 09:40:12 +01:00
parent f23c9e3953
commit 349b8042d1
13 changed files with 634 additions and 743 deletions

View File

@@ -271,12 +271,15 @@ h5 {
}
.page-footer {
bottom: 0; /* Position footer at the bottom */
width: 100%;
height: 500px;
padding-top: 0px;
}
.footer-element {
width: 100%;
height: 300px;
height: 320px;
border-radius: 2px;
}
@@ -293,3 +296,18 @@ h5 {
.em-1 {
font-size: 1em;
}
html, body {
min-height: 100vh;
margin: 0;
display: flex;
flex-direction: column;
}
.content {
min-height: 100vh;
}
footer {
margin-top: auto;
}

View File

@@ -1,5 +1,5 @@
// Global array to store input names
var globalInputList = ['tree_size_min', 'tree_size_max', 'file', 'association_measures', 'labeled_trees', 'node_type_upos', 'fixed_order', 'input_url', 'node_type_lemma', 'root_restriction', 'node_type_form', 'frequency_threshold'];
var globalInputList = ['tree_size_min', 'tree_size_max', 'file', 'association_measures', 'labeled_trees', 'node_type_upos', 'fixed_order', 'input_url', 'node_type_lemma', 'root_restriction', 'node_type_form', 'frequency_threshold', 'query', 'compare_url', 'compare_file'];
// Function to store values to local storage
function storeValuesToLocalstorage() {