mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 01:05:34 +03:00
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
1 changed files with 30 additions and 15 deletions
|
@ -2472,24 +2472,39 @@ a.card:is(:hover, :focus):visited {
|
|||
#edit-history {
|
||||
min-height: 50vh;
|
||||
min-height: 50dvh;
|
||||
}
|
||||
|
||||
#edit-history h2 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
h2 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#edit-history ol,
|
||||
#edit-history ol li {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
ol,
|
||||
ol li {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#edit-history .history-item .status {
|
||||
border: 1px solid var(--outline-color);
|
||||
border-radius: 8px;
|
||||
pointer-events: none;
|
||||
.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 */
|
||||
|
|
Loading…
Reference in a new issue