Skip to content

Commit

Permalink
style: update popup window style
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Mar 15, 2023
1 parent d5b568e commit 3ccf756
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/popup/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
flex-direction: row;
justify-content: space-between;
align-items: center;
background-color: var(--dragbar-color);
border-radius: 5px;
padding: 6px;
}

.popup-tab {
Expand All @@ -71,7 +74,7 @@
list-style: none;
padding: 6px 12px 0;
cursor: pointer;
border-radius: 5px 5px;
border-radius: 5px;
margin-right: 2px;
background-color: var(--theme-color);
color: var(--font-color);
Expand Down

0 comments on commit 3ccf756

Please sign in to comment.