Skip to content

Commit a5a8447

Browse files
refactor: css format
1 parent e0a0613 commit a5a8447

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

@@ -1899,10 +1899,12 @@ span.error-message .components-external-link .components-visually-hidden{
18991899
border-radius: 8px;
19001900
}
19011901
.popover-action-list ul{
1902+
display: flex;
1903+
flex-direction: column;
1904+
gap: 14px;
19021905
margin: 0;
19031906
}
19041907
.popover-action-list ul li{
1905-
padding-bottom: 13px;
19061908
margin-bottom: 0;
19071909
font-size: 16px;
19081910
font-weight: 400;
@@ -2666,12 +2668,12 @@ li.draggable-item .components-panel__body-toggle.components-button{
26662668
}
26672669

26682670
button.feedzy-action-button {
2669-
padding: 13px 0px;
2670-
height: 0px;
2671+
padding: 0;
26712672
font-size: 16px;
26722673
font-weight: 400;
26732674
background: none;
26742675
border: none;
26752676
width: 100%;
26762677
cursor: pointer;
2678+
height: unset;
26772679
}

0 commit comments

Comments
 (0)