rosecarmine: (0)
Alexandra C. ([personal profile] rosecarmine) wrote in [community profile] myrtillenne 2023-07-08 01:26 pm (UTC)

I found a solution. In the css field delete everything with cuttag and paste this:

.cuttag-action img {
display: none;
}

.cut-wrapper{
display: inline-flex;
align-items: center;
border: 1px solid var(--border-color);
border-radius: 4px;
padding: 5px;
}

.cuttag-action:before {
content: "content_cut";
display: block;
font-family: Material Icons;
font-size: 22px;
line-height: 22px;
margin-right: 5px;
color: var(--icon-color);
}

.cuttag-action-after:before {
display: inline-block;
border: 1px solid var(--border-color);
border-radius: 4px;
padding: 5px;
}

.cut-open, .cut-close {
display:none;
}

.cut-text {
font-size: var(--text-size);
text-transform: lowercase;
font-weight: normal;
}

Let me know if it works.

Post a comment in response:

(will be screened)
(will be screened if not validated)
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org