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 {
padding: 16px 32px;
font-size: 0.9em;
overflow: clip;
&.max-width_450px {
padding: 14px 16px;

View file

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

View file

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