We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d8371 commit 119b416Copy full SHA for 119b416
1 file changed
assets/src/css/style.css
@@ -2871,6 +2871,11 @@ body:not(.sidebar-collapse) .sidebar .nav-treeview .nav-treeview .nav-link {
2871
text-align: left;
2872
}
2873
2874
+/* Aggiunge spazio sotto l'ultimo elemento del menu principale (esclude i risultati della ricerca) */
2875
+nav .nav-sidebar:not(.search-results-list) > .nav-item:last-child {
2876
+ margin-bottom: 200px;
2877
+}
2878
+
2879
/* Stili per il menu con sottomenu */
2880
.nav-sidebar .menu-text {
2881
cursor: pointer;
0 commit comments