mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-04 20:30:37 +00:00
Separate datetime into relative and absolute
This commit is contained in:
parent
ab102ca32c
commit
fdf60e7255
7 changed files with 36 additions and 26 deletions
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue