Skip to content

Commit

Permalink
fix: improve CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Jul 23, 2024
1 parent 1e6a506 commit 7aa9f37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/ui/src/components/Ui/Composer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ $toolBarHeight: 43px;
.s-base {
textarea.s-input {
border-top-width: $toolBarHeight + 8px;
@apply border-t-[#{$toolBarHeight}];
}
.s-toolbar {
Expand All @@ -130,10 +130,10 @@ $toolBarHeight: 43px;
&.s-label::before {
@apply top-[#{$toolBarHeight}];
}
}
.s-error & :not(.s-label-char-count) {
@apply text-skin-text;
}
&.s-error .s-toolbar :not(.s-label-char-count) {
@apply text-skin-text;
}
}
</style>

0 comments on commit 7aa9f37

Please sign in to comment.