File tree Expand file tree Collapse file tree 2 files changed +635
-264
lines changed Expand file tree Collapse file tree 2 files changed +635
-264
lines changed Original file line number Diff line number Diff line change @@ -1895,10 +1895,12 @@ span.error-message .components-external-link .components-visually-hidden{
1895
1895
border-radius : 8px ;
1896
1896
}
1897
1897
.popover-action-list ul {
1898
+ display : flex;
1899
+ flex-direction : column;
1900
+ gap : 14px ;
1898
1901
margin : 0 ;
1899
1902
}
1900
1903
.popover-action-list ul li {
1901
- padding-bottom : 13px ;
1902
1904
margin-bottom : 0 ;
1903
1905
font-size : 16px ;
1904
1906
font-weight : 400 ;
@@ -2210,6 +2212,7 @@ li.draggable-item .components-panel__body-toggle.components-button{
2210
2212
}
2211
2213
.popover-action-list ul li .fz-action-disabled {
2212
2214
cursor : not-allowed !important ;
2215
+ color : # 757575 ;
2213
2216
}
2214
2217
2215
2218
.fz-action-panel .fz-chat-cpt-action .fz-notice-wrap ,
@@ -2660,3 +2663,14 @@ li.draggable-item .components-panel__body-toggle.components-button{
2660
2663
font-size : 16px ;
2661
2664
margin-bottom : 8px ;
2662
2665
}
2666
+
2667
+ button .feedzy-action-button {
2668
+ padding : 0 ;
2669
+ font-size : 16px ;
2670
+ font-weight : 400 ;
2671
+ background : none;
2672
+ border : none;
2673
+ width : 100% ;
2674
+ cursor : pointer;
2675
+ height : unset;
2676
+ }
You can’t perform that action at this time.
0 commit comments