Separate datetime into relative and absolute

This commit is contained in:
spikecodes 2021-01-16 11:40:32 -08:00
parent ab102ca32c
commit fdf60e7255
7 changed files with 36 additions and 26 deletions

View file

@ -676,7 +676,7 @@ a.search_subreddit:hover {
padding: 5px;
}
.datetime {
.created {
opacity: 0.5;
}
@ -901,7 +901,11 @@ td, th {
padding: 5px 0;
}
.datetime {
/* .comment_data::marker {
font-size: 18px;
} */
.created {
width: 100%;
}
}