1
0
mirror of https://github.com/sendevia/website.git synced 2026-03-07 08:12:35 +08:00

feat(AppBar): remove menu button

This commit is contained in:
2025-12-27 02:11:49 +08:00
parent 235a50261c
commit a0574017a0
2 changed files with 7 additions and 7 deletions

View File

@@ -154,9 +154,9 @@ onUnmounted(() => {
:tabindex="isTabFocusable ? 0 : -1"
>
<div class="action-area">
<div class="leading-button">
<!-- <div class="leading-button">
<MaterialButton color="text" icon="menu" size="xs" :tabindex="isTabFocusable ? 0 : -1" />
</div>
</div> -->
<input
ref="searchInput"

View File

@@ -177,11 +177,11 @@
opacity: 1;
visibility: visible;
.action-area {
.search-input {
margin-inline-start: 56px;
}
}
// .action-area {
// .search-input {
// margin-inline-start: 56px;
// }
// }
.result-area {
height: calc(100% - (80px + 64px));