Skip to content

Commit d271b91

Browse files
refactor: css format
1 parent 0249ccb commit d271b91

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

css/settings.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
vertical-align: super;
112112
}
113113

114-
.pro-disabled-item {
114+
.fz-pro-disabled-item {
115115
opacity: 0.6;
116116
}
117117

@@ -1868,10 +1868,12 @@ span.error-message .components-external-link .components-visually-hidden{
18681868
border-radius: 8px;
18691869
}
18701870
.popover-action-list ul{
1871+
display: flex;
1872+
flex-direction: column;
1873+
gap: 14px;
18711874
margin: 0;
18721875
}
18731876
.popover-action-list ul li{
1874-
padding-bottom: 13px;
18751877
margin-bottom: 0;
18761878
font-size: 16px;
18771879
font-weight: 400;
@@ -2580,12 +2582,12 @@ li.draggable-item .components-panel__body-toggle.components-button{
25802582
}
25812583

25822584
button.feedzy-action-button {
2583-
padding: 13px 0px;
2584-
height: 0px;
2585+
padding: 0;
25852586
font-size: 16px;
25862587
font-weight: 400;
25872588
background: none;
25882589
border: none;
25892590
width: 100%;
25902591
cursor: pointer;
2592+
height: unset;
25912593
}

0 commit comments

Comments
 (0)