Unhide some text for posts inside Edit History

Every char matters when looking at post edit history
This commit is contained in:
Lim Chee Aun 2024-07-28 16:08:18 +08:00
parent 631730f2f2
commit fa3a0e23cc

View file

@ -2472,26 +2472,41 @@ a.card:is(:hover, :focus):visited {
#edit-history {
min-height: 50vh;
min-height: 50dvh;
}
#edit-history h2 {
h2 {
margin: 0;
padding: 0;
}
#edit-history ol,
#edit-history ol li {
ol,
ol li {
list-style: none;
margin: 0;
padding: 0;
}
#edit-history .history-item .status {
.history-item .status {
border: 1px solid var(--outline-color);
border-radius: 8px;
pointer-events: none;
}
.status {
.invisible {
display: revert;
}
.hashtag-stuffing {
white-space: normal;
opacity: 1;
}
a {
color: var(--text-color);
}
}
}
/* EMBED */
#embed-post {