Skip to content

Commit

Permalink
fix(navbar): center items (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
arashsheyda committed Jul 4, 2023
1 parent f4537e3 commit 43ff171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools/client/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function update(event: any) {

<template>
<div flex="~ col gap2" border="b base" flex-1 navbar-glass :class="[{ p4: !noPadding }]">
<div flex="~ gap4">
<div flex="~ gap4" items-center>
<slot name="search">
<NTextInput
placeholder="Search..."
Expand Down

0 comments on commit 43ff171

Please sign in to comment.