client: fix mfm overflow again
ci/woodpecker/push/lint-foundkey-js Pipeline was successful Details
ci/woodpecker/push/lint-client Pipeline failed Details
ci/woodpecker/push/lint-backend Pipeline failed Details
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/push/lint-sw Pipeline failed Details
ci/woodpecker/push/test Pipeline failed Details

This reverts commit 2d46cf7c1e.
This reverts commit ecca5a164e.
This commit is contained in:
Johann150 2023-07-10 22:58:37 +02:00
parent 45112158b0
commit bf698987c3
Signed by: Johann150
GPG Key ID: 9EE6577A2A06F8F1
6 changed files with 8 additions and 3 deletions

View File

@ -88,6 +88,8 @@ const replies: foundkey.entities.Note[] = props.conversation?.filter(item => ite
}
> .body {
overflow: clip;
> .cw {
cursor: default;
display: block;

View File

@ -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;

View File

@ -441,6 +441,8 @@ if (appearNote.replyId) {
> .main {
> .body {
overflow: clip;
> .cw {
cursor: default;
display: block;

View File

@ -65,6 +65,7 @@ defineProps<{
}
> .body {
overflow: clip;
> .cw {
cursor: default;

View File

@ -72,6 +72,7 @@ const showContent = $ref(false);
}
> .body {
overflow: clip;
> .cw {
cursor: default;

View File

@ -420,6 +420,8 @@ function focusAfter() {
min-width: 0;
> .body {
overflow: clip;
> .cw {
cursor: default;
display: block;