Unhide some text for posts inside Edit History
Every char matters when looking at post edit history
This commit is contained in:
parent
631730f2f2
commit
fa3a0e23cc
|
@ -2472,24 +2472,39 @@ a.card:is(:hover, :focus):visited {
|
||||||
#edit-history {
|
#edit-history {
|
||||||
min-height: 50vh;
|
min-height: 50vh;
|
||||||
min-height: 50dvh;
|
min-height: 50dvh;
|
||||||
}
|
|
||||||
|
|
||||||
#edit-history h2 {
|
h2 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#edit-history ol,
|
ol,
|
||||||
#edit-history ol li {
|
ol li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#edit-history .history-item .status {
|
.history-item .status {
|
||||||
border: 1px solid var(--outline-color);
|
border: 1px solid var(--outline-color);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.status {
|
||||||
|
.invisible {
|
||||||
|
display: revert;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hashtag-stuffing {
|
||||||
|
white-space: normal;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--text-color);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* EMBED */
|
/* EMBED */
|
||||||
|
|
Loading…
Reference in a new issue