filter empty title

This commit is contained in:
Shin'ya Ueoka 2017-09-17 23:40:55 +09:00
parent f8e7e7840a
commit 7ace5e1e19
2 changed files with 51 additions and 2 deletions

View file

@ -50,11 +50,16 @@ body {
&-caption {
display: inline-block;
width: 40%;
text-overflow: ellipsis;
overflow: hidden;
}
&-url {
display: inline-block;
color: green;
width: 60%;
text-overflow: ellipsis;
overflow: hidden;
}
}
}