forked from FoundKeyGang/FoundKey
client: fix mfm overflow again
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 {
|
> .body {
|
||||||
|
overflow: clip;
|
||||||
|
|
||||||
> .cw {
|
> .cw {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
@ -175,9 +175,6 @@ withDefaults(defineProps<{
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.havbbuyv {
|
.havbbuyv {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
display: inline-block;
|
|
||||||
vertical-align: top;
|
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
&.nowrap {
|
&.nowrap {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
|
|
|
@ -441,6 +441,8 @@ if (appearNote.replyId) {
|
||||||
|
|
||||||
> .main {
|
> .main {
|
||||||
> .body {
|
> .body {
|
||||||
|
overflow: clip;
|
||||||
|
|
||||||
> .cw {
|
> .cw {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
@ -65,6 +65,7 @@ defineProps<{
|
||||||
}
|
}
|
||||||
|
|
||||||
> .body {
|
> .body {
|
||||||
|
overflow: clip;
|
||||||
|
|
||||||
> .cw {
|
> .cw {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
|
@ -72,6 +72,7 @@ const showContent = $ref(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
> .body {
|
> .body {
|
||||||
|
overflow: clip;
|
||||||
|
|
||||||
> .cw {
|
> .cw {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
|
@ -420,6 +420,8 @@ function focusAfter() {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
|
||||||
> .body {
|
> .body {
|
||||||
|
overflow: clip;
|
||||||
|
|
||||||
> .cw {
|
> .cw {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in a new issue