更新文档

This commit is contained in:
Super Manito
2026-05-03 05:53:25 +08:00
parent 279073e611
commit 862bd1167a
11 changed files with 225 additions and 8 deletions

View File

@@ -261,14 +261,13 @@
}
.md-select__inner .md-select__list {
padding: 6px !important;
padding: 0.25rem !important;
font-size: .75rem !important;
border-radius: var(--component-border-radius) !important;
}
.md-select__inner .md-select__list .md-select__item {
margin: 1px;
border-radius: var(--component-border-radius) !important;
border-radius: calc(var(--component-border-radius) - 2px) !important;
transition: background-color 0.2s;
}
@@ -291,6 +290,20 @@
margin-left: 0 !important;
}
.hide-button {
display: none !important;
}
@media screen and (max-width: 768px) {
.hide-button {
display: inline-block !important;
}
.md-header__title {
margin-left: .4rem !important;
}
}
@media screen and (min-width: 768px) {
.md-header__button {
border-radius: 6px;