smaller date/reply/status

This commit is contained in:
ygg2 2024-07-10 13:01:28 -04:00
parent 4f1b080cfe
commit ebc226d97a

View file

@ -490,11 +490,14 @@ p {
.timestamp { .timestamp {
color: var(--timestamp-color); color: var(--timestamp-color);
font-size: .14in; font-size: 0.7rem;
line-height: 1.3rem;
padding-left: .05in; padding-left: .05in;
} }
.replyflex { .replyflex {
color: var(--reply-text); /* for date line */
font-size: 0.9rem;
overflow: hidden; overflow: hidden;
display: flex; display: flex;
align-items: center; align-items: center;
@ -521,7 +524,7 @@ p {
vertical-align: middle; vertical-align: middle;
width: 25px; width: 25px;
border-color: var(--reply-border); border-color: var(--reply-border);
margin-left: 26px; margin-left: .2in;
} }
.replypfp { .replypfp {
@ -1258,6 +1261,9 @@ span {
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
} }
#status {
font-size: 0.9em;
}
.savediv{ .savediv{
position:absolute; position:absolute;
background:var(--message-bg-hover); background:var(--message-bg-hover);