Skip to content

Commit

Permalink
Fix tab close icon
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Mar 29, 2021
1 parent 8ae7fc4 commit 7133160
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/Tab.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</div>
</div>

<style>
<style lang="scss">
.tab {
display: flex;
background: #2a3440;
Expand Down Expand Up @@ -80,6 +80,11 @@
.controls > * {
width: 1.25rem;
height: 1.25rem;
:global(svg) {
width: 100%;
height: 100%;
}
}
.controls > :first-child {
margin-right: 0.45rem;
Expand Down

0 comments on commit 7133160

Please sign in to comment.