Skip to content

Commit

Permalink
fix: new tab style
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 20, 2023
1 parent 4696a73 commit 6ad6ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app-frontend/src/assets/style/index.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
@apply bg-gray-500/50 rounded px-1 text-[11px] font-mono;
}

// @TODO remove when vue-ui style is updated
/* @TODO remove when vue-ui style is updated */

.vue-ui-group:not(.vertical) > .indicator >.content {
.vue-ui-group:not(.vertical) > .indicator > .content {
margin: 0 12px;
width: calc(100% - 24px);
}

0 comments on commit 6ad6ecf

Please sign in to comment.