mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Assume title is the author for .card-post
This commit is contained in:
parent
fa3a0e23cc
commit
2d23b15c8d
1 changed files with 4 additions and 0 deletions
|
@ -1949,6 +1949,10 @@ a.card:is(:hover, :focus):visited {
|
|||
|
||||
.title {
|
||||
font-weight: 500;
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.meta {
|
||||
|
|
Loading…
Reference in a new issue