Skip to content

Commit

Permalink
调整样式
Browse files Browse the repository at this point in the history
  • Loading branch information
Codennnn committed May 16, 2023
1 parent 64b8364 commit b265fa7
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions src/styles/popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ button {
top: 0;
right: 0;
display: inline-flex;
background: var(--v2p-color-bg-widget);
gap: 10px;
padding: 4px 8px;
opacity: 0;
backdrop-filter: blur(16px);
}

&:hover {
Expand All @@ -196,9 +196,16 @@ button {
}

.topic-item-action-remove {
padding: 5px 10px;
color: #ef4444;
background-color: #fee2e2;
padding: 1px 6px;
color: var(--v2p-color-main-800);
background-color: var(--v2p-color-main-300);
border-radius: 2px;
box-shadow: var(--v2p-box-shadow);

&:hover {
color: #ef4444;
background-color: #fee2e2;
}
}
}

Expand Down

0 comments on commit b265fa7

Please sign in to comment.