yt-chat-components 0.9.4 → 0.9.5
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/package.json
CHANGED
|
@@ -597,7 +597,7 @@ video {
|
|
|
597
597
|
|
|
598
598
|
.drop-down-title {
|
|
599
599
|
font-weight: 500;
|
|
600
|
-
font-size:
|
|
600
|
+
font-size: 18px;
|
|
601
601
|
color: #000000;
|
|
602
602
|
line-height: 1.1;
|
|
603
603
|
text-align: left;
|
|
@@ -751,6 +751,10 @@ margin-bottom:1rem;
|
|
|
751
751
|
border-bottom-left-radius: 50px;
|
|
752
752
|
transition: height 0.2s ease;
|
|
753
753
|
}
|
|
754
|
+
.cl-input-element::-webkit-scrollbar{
|
|
755
|
+
width: 0 !important;
|
|
756
|
+
}
|
|
757
|
+
|
|
754
758
|
.cl-input-element::placeholder {
|
|
755
759
|
line-height:45px;
|
|
756
760
|
}
|
|
@@ -2368,7 +2372,7 @@ input::-ms-input-placeholder { /* Microsoft Edge */
|
|
|
2368
2372
|
border: 1px solid #4B4FFF;
|
|
2369
2373
|
cursor: pointer;
|
|
2370
2374
|
|
|
2371
|
-
&:hover {
|
|
2375
|
+
&:hover,&:active {
|
|
2372
2376
|
background: linear-gradient( 270deg, #828EFE 0%, #4B4FFF 100%);
|
|
2373
2377
|
.w_tagImgh {
|
|
2374
2378
|
filter: brightness(100);
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
position:relative;
|
|
208
208
|
}
|
|
209
209
|
.p_toolRightToRight .rightMoreButton{
|
|
210
|
-
background: url(
|
|
210
|
+
background: url('../../assets/aicenter/moreAi.png');
|
|
211
211
|
background-size: 85% auto;
|
|
212
212
|
background-repeat: no-repeat;
|
|
213
213
|
background-position: bottom;
|