v0.2.11: 커스텀 공유 모달과 레이아웃 수정 반영
Made-with: Cursor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<header class="topbar border-b border-brd bg-bgr/95 supports-[backdrop-filter]:bg-bgr/80">
|
||||
<div class="topbar__inner mx-auto">
|
||||
<div class="topbar__brand flex h-full items-center gap-3 px-4 lg:px-0">
|
||||
<header class="topbar px-3 xl:px-0 sticky top-0 z-20 w-full border-b border-brd bg-bgr/95 supports-[backdrop-filter]:bg-bgr/80">
|
||||
<div class="w-full max-w-[1294px] h-full flex justify-between items-center mx-auto gap-4">
|
||||
<div class="topbar__brand flex h-full items-center gap-3">
|
||||
<button class="topbar__sidebar-toggle inline-flex items-center justify-center rounded-theme group" type="button" data-left-sidebar-toggle aria-expanded="true" aria-label="Toggle left sidebar">
|
||||
<span class="topbar__sidebar-toggle-icon topbar__sidebar-toggle-icon--open">
|
||||
<i class="icon icon-layout-sidebar size-6 stroke-2" role="presentation">
|
||||
@@ -31,7 +31,7 @@
|
||||
{{/if}}
|
||||
</a>
|
||||
</div>
|
||||
<div class="topbar-search topbar__search flex h-full min-w-0 items-center justify-center px-4">
|
||||
<div class="topbar-search topbar__search flex h-full min-w-0 items-center justify-center flex-1">
|
||||
<button class="search-trigger flex w-full min-w-0 max-w-xs items-center gap-2.5 rounded-xl border border-brd bg-bgr px-3.5 py-2 text-sm text-typ-tone transition-colors hover:bg-bgr-tone hover:text-typ" type="button" data-search-open aria-label="Open search">
|
||||
<i class="icon icon-search shrink-0 size-5 md:size-4 stroke-2 md:stroke-[2.25] fill-bgr-tone [&>svg]:fill-inherit" role="presentation">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-search" width="16" height="16" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
@@ -44,7 +44,7 @@
|
||||
<span class="search-shortcut shrink-0">/</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="topbar__actions relative flex h-full items-center justify-end gap-2 px-4 lg:px-0">
|
||||
<div class="topbar__actions relative flex h-full items-center justify-end gap-2">
|
||||
<button class="w-8 h-8 cursor-pointer icon-button--user-menu inline-flex items-center justify-center rounded-theme overflow-hidden {{#unless @member}}bg-bgr hover:bg-bgr-tone{{/unless}}" type="button" aria-label="Open user menu" data-user-menu-toggle>
|
||||
{{#if @member}}
|
||||
<figure class="relative w-8 h-8 pointer-events-none" data-member-avatar-figure>
|
||||
|
||||
Reference in New Issue
Block a user