feat: support refreshing hash

This commit is contained in:
hexxa 2021-09-26 10:41:25 +08:00 committed by Hexxa
parent f8bb187c89
commit ec1bb36c21
11 changed files with 99 additions and 36 deletions

View file

@ -730,4 +730,12 @@ div.hr {
border: dashed 1px #e74c3c;
color: #e74c3c;
border-radius: 0.5rem;
}
}
.detail {
font-size: 1.2rem;
line-height: 2rem;
margin: 0 1rem 1rem 1rem;
padding: 1rem;
border-top: dashed 1px #7f8c8d;
}