athena-x-ai-headless 2.2.44 → 2.2.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/example/athena/athena.css +0 -12
- package/example/athena.html +14 -0
- package/example/chat-free.html +14 -0
- package/example/index.html +14 -0
- package/package.json +1 -1
|
@@ -5629,18 +5629,6 @@ span.cropper-line.line-s{
|
|
|
5629
5629
|
.pulse-btn{
|
|
5630
5630
|
transform: scale(1.3);
|
|
5631
5631
|
}
|
|
5632
|
-
|
|
5633
|
-
.footer{
|
|
5634
|
-
background-color: #F7F7FA;
|
|
5635
|
-
padding: 15px 15px;
|
|
5636
|
-
text-align: center;
|
|
5637
|
-
position: sticky;
|
|
5638
|
-
bottom: -85px;
|
|
5639
|
-
}
|
|
5640
|
-
.footer p{
|
|
5641
|
-
font-size: 18px;
|
|
5642
|
-
font-weight: 500;
|
|
5643
|
-
}
|
|
5644
5632
|
@media only screen and (max-width: 1700px){
|
|
5645
5633
|
.sticky-header .athena-search-active-filters-container{
|
|
5646
5634
|
top: 116px;
|
package/example/athena.html
CHANGED
|
@@ -49,6 +49,20 @@
|
|
|
49
49
|
html {
|
|
50
50
|
margin-left: calc(100vw - 100%);
|
|
51
51
|
}
|
|
52
|
+
|
|
53
|
+
.footer {
|
|
54
|
+
background-color: #F7F7FA;
|
|
55
|
+
|
|
56
|
+
padding: 15px 15px;
|
|
57
|
+
text-align: center;
|
|
58
|
+
position: sticky;
|
|
59
|
+
bottom: -85px;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.footer p {
|
|
63
|
+
font-size: 18px;
|
|
64
|
+
font-weight: 500;
|
|
65
|
+
}
|
|
52
66
|
</style>
|
|
53
67
|
</head>
|
|
54
68
|
<body>
|
package/example/chat-free.html
CHANGED
|
@@ -54,6 +54,20 @@
|
|
|
54
54
|
height: 100dvh;
|
|
55
55
|
overflow-y: auto;
|
|
56
56
|
}
|
|
57
|
+
|
|
58
|
+
.footer {
|
|
59
|
+
background-color: #F7F7FA;
|
|
60
|
+
|
|
61
|
+
padding: 15px 15px;
|
|
62
|
+
text-align: center;
|
|
63
|
+
position: sticky;
|
|
64
|
+
bottom: -85px;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.footer p {
|
|
68
|
+
font-size: 18px;
|
|
69
|
+
font-weight: 500;
|
|
70
|
+
}
|
|
57
71
|
</style>
|
|
58
72
|
</head>
|
|
59
73
|
<body>
|
package/example/index.html
CHANGED
|
@@ -49,6 +49,20 @@
|
|
|
49
49
|
html {
|
|
50
50
|
margin-left: calc(100vw - 100%);
|
|
51
51
|
}
|
|
52
|
+
|
|
53
|
+
.footer {
|
|
54
|
+
background-color: #F7F7FA;
|
|
55
|
+
|
|
56
|
+
padding: 15px 15px;
|
|
57
|
+
text-align: center;
|
|
58
|
+
position: sticky;
|
|
59
|
+
bottom: -85px;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.footer p {
|
|
63
|
+
font-size: 18px;
|
|
64
|
+
font-weight: 500;
|
|
65
|
+
}
|
|
52
66
|
</style>
|
|
53
67
|
</head>
|
|
54
68
|
<body>
|