client: fix mfm overflow again
Some checks failed
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline failed
ci/woodpecker/push/lint-backend Pipeline failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-sw Pipeline failed
ci/woodpecker/push/test Pipeline failed
Some checks failed
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline failed
ci/woodpecker/push/lint-backend Pipeline failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-sw Pipeline failed
ci/woodpecker/push/test Pipeline failed
This reverts commit2d46cf7c1e
. This reverts commitecca5a164e
.
This commit is contained in:
parent
45112158b0
commit
bf698987c3
6 changed files with 8 additions and 3 deletions
|
@ -88,6 +88,8 @@ const replies: foundkey.entities.Note[] = props.conversation?.filter(item => ite
|
|||
}
|
||||
|
||||
> .body {
|
||||
overflow: clip;
|
||||
|
||||
> .cw {
|
||||
cursor: default;
|
||||
display: block;
|
||||
|
|
|
@ -175,9 +175,6 @@ withDefaults(defineProps<{
|
|||
<style lang="scss" scoped>
|
||||
.havbbuyv {
|
||||
white-space: pre-wrap;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
overflow: hidden;
|
||||
|
||||
&.nowrap {
|
||||
white-space: pre;
|
||||
|
|
|
@ -441,6 +441,8 @@ if (appearNote.replyId) {
|
|||
|
||||
> .main {
|
||||
> .body {
|
||||
overflow: clip;
|
||||
|
||||
> .cw {
|
||||
cursor: default;
|
||||
display: block;
|
||||
|
|
|
@ -65,6 +65,7 @@ defineProps<{
|
|||
}
|
||||
|
||||
> .body {
|
||||
overflow: clip;
|
||||
|
||||
> .cw {
|
||||
cursor: default;
|
||||
|
|
|
@ -72,6 +72,7 @@ const showContent = $ref(false);
|
|||
}
|
||||
|
||||
> .body {
|
||||
overflow: clip;
|
||||
|
||||
> .cw {
|
||||
cursor: default;
|
||||
|
|
|
@ -420,6 +420,8 @@ function focusAfter() {
|
|||
min-width: 0;
|
||||
|
||||
> .body {
|
||||
overflow: clip;
|
||||
|
||||
> .cw {
|
||||
cursor: default;
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Reference in a new issue