updated db pool limits, added logs VACUUM, updated api docs

This commit is contained in:
Gani Georgiev
2022-11-13 00:38:18 +02:00
parent 39dc1d2795
commit 521df149a2
64 changed files with 650 additions and 751 deletions
+3
View File
@@ -90,6 +90,9 @@
&.active {
@include shadowize();
.accordion-header {
position: sticky;
top: 0;
z-index: 9;
box-shadow: 0px 0px 0px 1px var(--baseAlt2Color);
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
+1
View File
@@ -113,6 +113,7 @@
overflow-x: hidden;
overflow-y: auto; /* fallback */
overflow-y: overlay;
scroll-behavior: smooth;
}
.panel-header ~ .panel-content {
padding-top: 5px;