Skip to content

Commit bbe1256

Browse files
refactor: css format
1 parent 24ef1c5 commit bbe1256

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

@@ -1870,10 +1870,12 @@ span.error-message .components-external-link .components-visually-hidden{
18701870
border-radius: 8px;
18711871
}
18721872
.popover-action-list ul{
1873+
display: flex;
1874+
flex-direction: column;
1875+
gap: 14px;
18731876
margin: 0;
18741877
}
18751878
.popover-action-list ul li{
1876-
padding-bottom: 13px;
18771879
margin-bottom: 0;
18781880
font-size: 16px;
18791881
font-weight: 400;
@@ -2619,12 +2621,12 @@ li.draggable-item .components-panel__body-toggle.components-button{
26192621

26202622

26212623
button.feedzy-action-button {
2622-
padding: 13px 0px;
2623-
height: 0px;
2624+
padding: 0;
26242625
font-size: 16px;
26252626
font-weight: 400;
26262627
background: none;
26272628
border: none;
26282629
width: 100%;
26292630
cursor: pointer;
2631+
height: unset;
26302632
}

0 commit comments

Comments
 (0)