Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
gene9831 committed Oct 23, 2024
1 parent ff72d01 commit 7c782bc
Showing 1 changed file with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ export default {
text-align: center;
height: 24px;
line-height: 24px;
display: flex;
align-items: center;
justify-content: center;
}
.footer-toolbar {
.icon-wrap {
Expand All @@ -88,10 +91,10 @@ export default {
.icon-wrap + .icon-wrap {
margin-left: 8px;
}
}
.button-icon-item {
display: flex;
align-items: center;
justify-content: center;
:deep(.tiny-tabs.tiny-tabs .tiny-tabs__item) {
width: 24px;
height: 24px;
}
}
</style>

0 comments on commit 7c782bc

Please sign in to comment.