.xgrid{grid-template-areas:"sidebar header searchSidebar""sidebar content searchSidebar";display:grid}.xsidebar{grid-area:sidebar;width:38px;max-width:38px}.xcontent{grid-area:content;overflow-y:auto}.xheader{grid-area:header}.main{display:flex}[data-resizer-name=search-sidebar]{z-index:2;height:100vh!important}.search{background:var(--distill-bg-color);width:100%;overflow:hidden}@media only screen and (width<=640px){.search{position:fixed;inset:0}.h-resizer{display:none}}
