File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ html[data-theme="dark"] .DocSearch .DocSearch-Modal {
51
51
.DocSearch .DocSearch-Button {
52
52
@apply h-8 transition-colors md:h-10;
53
53
54
- min-width : var (--ds-space-5 );
55
54
border-radius : 6px ;
56
55
border : 1px solid var (--ds-neutral-outlined-border );
57
56
margin : 0 ;
Original file line number Diff line number Diff line change 3
3
{{ #unless (eq page.layout ' home' )}}
4
4
<label
5
5
for =" nav-drawer-input"
6
- class =" btn btn-neutral btn-plain btn-icon drawer-button lg:hidden"
6
+ class =" btn btn-neutral btn-plain btn-icon drawer-button w-6 h-6 sm:h-10 sm:w-10 lg:hidden"
7
7
>
8
8
<i class =" icon material-icons" >menu_open</i >
9
9
</label >
10
10
{{ /unless }}
11
- <a href =" {{ #> logo-url }} {{{ or site.url siteRootPath }}} {{ /logo-url }} " >
11
+ <a href =" {{ #> logo-url }} {{{ or site.url siteRootPath }}} {{ /logo-url }} " class = " [&>svg]:w-[110px] sm:[&>svg]:w-[140px] md:[&>svg]:w-[172px] " >
12
12
{{> logo }}
13
13
</a >
14
14
<div class =" DocSearch ml-auto md:mr-auto" id =" docsearch" ></div >
You can’t perform that action at this time.
0 commit comments