update help elma
This commit is contained in:
@ -433,6 +433,4 @@ img{
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
padding-top:80px
|
||||
}
|
||||
|
||||
|
@ -456,7 +456,7 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
|
||||
position: sticky;
|
||||
top: 80px;
|
||||
/*display: flex; */
|
||||
max-height: calc(100vh - 80px);
|
||||
/*max-height: calc(100vh - 80px);*/
|
||||
transition: top .2s linear;
|
||||
}
|
||||
|
||||
@ -1967,7 +1967,7 @@ code {
|
||||
.article__header{
|
||||
min-height: 58px;
|
||||
}
|
||||
|
||||
|
||||
.article__badge {
|
||||
height: 26px;
|
||||
min-width: 34px;
|
||||
|
@ -175,6 +175,7 @@ const allowedHosts = [
|
||||
"http://127.0.0.1",
|
||||
"http://localhost",
|
||||
"https://ligmanstark.github.io/help365_test/",
|
||||
"https://help.miduway.space",
|
||||
];
|
||||
|
||||
if (allowedHosts.some((url) => currentLocalHref.includes(url))) {
|
||||
|
848
crm/main.js
848
crm/main.js
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user