Skip to content

Commit

Permalink
feat: new tab style
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 20, 2023
1 parent d5b4d60 commit d6cf7d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/app-frontend/src/assets/style/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,10 @@ $arrow-color = rgba(100, 100, 100, 0.5)
.right-icon-reveal:not(:hover)
.vue-ui-icon.right
opacity 0

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

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

0 comments on commit d6cf7d8

Please sign in to comment.