Revert "client: fix MFM overflow"

This reverts commit f7904a240a.

Changelog: Fixed
This commit is contained in:
Johann150 2023-06-25 18:40:48 +02:00
parent 51a319e8ca
commit 1125a623a7
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1
3 changed files with 0 additions and 7 deletions

View file

@ -53,7 +53,6 @@ const replies: foundkey.entities.Note[] = props.conversation?.filter(item => ite
.wrpstxzv { .wrpstxzv {
padding: 16px 32px; padding: 16px 32px;
font-size: 0.9em; font-size: 0.9em;
overflow: clip;
&.max-width_450px { &.max-width_450px {
padding: 14px 16px; padding: 14px 16px;

View file

@ -390,7 +390,6 @@ if (appearNote.replyId) {
> .article { > .article {
padding: 32px; padding: 32px;
font-size: 1.1em; font-size: 1.1em;
overflow: clip;
> .header { > .header {
display: flex; display: flex;
@ -451,8 +450,6 @@ if (appearNote.replyId) {
> .content { > .content {
> .text { > .text {
overflow-wrap: break-word; overflow-wrap: break-word;
position: relative;
z-index: -1;
> .reply { > .reply {
color: var(--accent); color: var(--accent);

View file

@ -403,7 +403,6 @@ function focusAfter() {
> .article { > .article {
display: flex; display: flex;
padding: 28px 32px 18px; padding: 28px 32px 18px;
overflow: clip;
> .avatar { > .avatar {
flex-shrink: 0; flex-shrink: 0;
@ -484,8 +483,6 @@ function focusAfter() {
> .text { > .text {
overflow-wrap: break-word; overflow-wrap: break-word;
position: relative;
z-index: -1;
> .reply { > .reply {
color: var(--accent); color: var(--accent);