This commit is contained in:
杜恒
2021-05-24 15:31:17 +08:00
parent bbaa2acbb0
commit d3b101d37e
6 changed files with 12 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -202,7 +202,13 @@
display: none;
padding: 15px 15px 0 15px;
li {
line-height: 2.5;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 15px;
&:last-child {
margin-bottom: 0;
}
a {
color: var(--routine);
&:hover {