athena-xai-chat 1.0.73 → 1.0.75
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.
|
@@ -3009,8 +3009,8 @@ ae.styles = dA`
|
|
|
3009
3009
|
|
|
3010
3010
|
.athena-xai-select-chat__loader-heading {
|
|
3011
3011
|
font-weight: 300;
|
|
3012
|
-
font-size: 44px;
|
|
3013
|
-
line-height:
|
|
3012
|
+
font-size: clamp(20px, 4vw, 44px);
|
|
3013
|
+
line-height: clamp(1.05, 1.2, 1.3);
|
|
3014
3014
|
letter-spacing: 0;
|
|
3015
3015
|
text-align: center;
|
|
3016
3016
|
text-transform: uppercase;
|
|
@@ -6921,7 +6921,6 @@ NA.styles = [dA`
|
|
|
6921
6921
|
background: #FFFFFF;
|
|
6922
6922
|
min-height: 850px;
|
|
6923
6923
|
position: relative;
|
|
6924
|
-
padding-top: 60px;
|
|
6925
6924
|
overflow: auto;
|
|
6926
6925
|
scrollbar-width: none;
|
|
6927
6926
|
-ms-overflow-style: none;
|
|
@@ -6935,10 +6934,11 @@ NA.styles = [dA`
|
|
|
6935
6934
|
display: flex;
|
|
6936
6935
|
flex-direction: column;
|
|
6937
6936
|
gap: 8px;
|
|
6938
|
-
min-height: 100vh;
|
|
6937
|
+
min-height: calc(100vh - 60px);
|
|
6938
|
+
max-height: calc(100vh - 60px);
|
|
6939
6939
|
|
|
6940
6940
|
width: 100%;
|
|
6941
|
-
padding: 20px;
|
|
6941
|
+
padding: 20px 0;
|
|
6942
6942
|
margin: 0 auto;
|
|
6943
6943
|
}
|
|
6944
6944
|
|