Add private feedback space setting (#392)

This commit is contained in:
Riccardo Graziosi
2024-08-29 22:14:04 +02:00
committed by GitHub
parent 2d7f454d0a
commit 0ad1b5eec0
25 changed files with 404 additions and 69 deletions

View File

@@ -8,4 +8,16 @@
.warning {
color: #fd7e14;
}
}
.siteSettingsInfo.siteSettingsInfoSticky {
position: sticky;
bottom: 16px;
z-index: 100;
width: 80%;
margin: 0 auto;
span.warning {
margin-bottom: 8px;
}
}