Fix detail reset outline style and svgtip

This commit is contained in:
bLue
2020-12-19 10:09:07 +08:00
parent 0940df5659
commit f98f41b8ea
2 changed files with 13 additions and 9 deletions

View File

@@ -111,6 +111,10 @@ body {
user-select: none;
}
.details-reset>summary {
outline: none;
}
@media (max-width: 768px) {
.Header {
padding-left: 24px!important;