mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Add private feedback space setting (#392)
This commit is contained in:
committed by
GitHub
parent
2d7f454d0a
commit
0ad1b5eec0
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user