permission changes & minor bug fixes

This commit is contained in:
Dennis Eichhorn 2022-11-09 22:56:19 +01:00
parent bea278a24e
commit 8f26cb59b5
21 changed files with 4 additions and 0 deletions

0
.github/FUNDING.yml vendored Normal file → Executable file
View File

0
.github/issue_template.md vendored Normal file → Executable file
View File

0
.github/workflows/greetings.yml vendored Normal file → Executable file
View File

0
.github/workflows/main.yml vendored Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
ICAL.txt Normal file → Executable file
View File

0
menu.scss Normal file → Executable file
View File

View File

@ -194,6 +194,10 @@ body > nav {
}
}
#nav-trigger {
display: none;
}
@media only screen and (max-width: 800px) {
#nav-trigger:not(:checked) + nav {
width: 0%;

0
package-lock.json generated Normal file → Executable file
View File

0
package.json Normal file → Executable file
View File

0
tests/app/alerts.php Normal file → Executable file
View File

0
tests/app/data/account.json Normal file → Executable file
View File

0
tests/app/drag.php Normal file → Executable file
View File

0
tests/app/forms_data_selection.php Normal file → Executable file
View File

0
tests/app/globalTemplates.tpl.php Normal file → Executable file
View File

0
tests/app/helper/additional-functions.tpl.php Normal file → Executable file
View File

0
tests/app/helper/checkbox.tpl.php Normal file → Executable file
View File

0
tests/app/helper/drag-drop-inline.tpl.php Normal file → Executable file
View File

0
tests/app/helper/export-data.tpl.php Normal file → Executable file
View File

0
tests/app/helper/filter.tpl.php Normal file → Executable file
View File

0
tests/app/helper/sort.tpl.php Normal file → Executable file
View File