Skip to content

Commit b265fa7

Browse files
committed
调整样式
1 parent 64b8364 commit b265fa7

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

src/styles/popup.scss

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ button {
184184
top: 0;
185185
right: 0;
186186
display: inline-flex;
187-
background: var(--v2p-color-bg-widget);
187+
gap: 10px;
188+
padding: 4px 8px;
188189
opacity: 0;
189-
backdrop-filter: blur(16px);
190190
}
191191

192192
&:hover {
@@ -196,9 +196,16 @@ button {
196196
}
197197

198198
.topic-item-action-remove {
199-
padding: 5px 10px;
200-
color: #ef4444;
201-
background-color: #fee2e2;
199+
padding: 1px 6px;
200+
color: var(--v2p-color-main-800);
201+
background-color: var(--v2p-color-main-300);
202+
border-radius: 2px;
203+
box-shadow: var(--v2p-box-shadow);
204+
205+
&:hover {
206+
color: #ef4444;
207+
background-color: #fee2e2;
208+
}
202209
}
203210
}
204211

0 commit comments

Comments
 (0)