smaller date/reply/status
This commit is contained in:
parent
4f1b080cfe
commit
ebc226d97a
1 changed files with 8 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue