Skip to content

Commit

Permalink
fix: anchor icon button style (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
arashsheyda committed Jun 16, 2023
1 parent f89da78 commit b0e31c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/devtools/src/runtime/plugins/view/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ const time = computed(() => {
align-items: center;
gap: 2px;
height: 30px;
padding: 2px 2px 2px 4px;
padding: 2px 2px 2px 2.5px;
border: 1px solid var(--nuxt-devtools-widget-border);
border-radius: 100px;
background-color: var(--nuxt-devtools-widget-bg);
Expand All @@ -326,6 +326,7 @@ const time = computed(() => {
#nuxt-devtools-anchor .nuxt-devtools-icon-button {
border-radius: 100%;
border-width: 0;
width: 30px;
height: 30px;
display: flex;
Expand Down

0 comments on commit b0e31c7

Please sign in to comment.