also show subsequent window on up fish
This commit is contained in:
parent
c761a9ef26
commit
f9bc80cc80
2 changed files with 21 additions and 0 deletions
|
@ -55,6 +55,18 @@ select {
|
|||
.when .date {
|
||||
color: gray;
|
||||
font-size: 14px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.date.tiny {
|
||||
font-size: 12px;
|
||||
display: block;
|
||||
margin-left: 5px;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.date .inner {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
section.up {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue