git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
0881e05
)
Move search modal border to search input
author
Adam Dullage
<redacted>
Thu, 9 May 2024 16:11:31 +0000
(17:11 +0100)
committer
Adam Dullage
<redacted>
Thu, 9 May 2024 16:11:31 +0000
(17:11 +0100)
client/partials/SearchModal.vue
patch
|
blob
|
history
diff --git
a/client/partials/SearchModal.vue
b/client/partials/SearchModal.vue
index b8e017c3678d157232681a73b37abf95b9b18179..c6b7d7585891fd5b8e6dae9cf225699ecbebe8a2 100644
(file)
--- a/
client/partials/SearchModal.vue
+++ b/
client/partials/SearchModal.vue
@@
-1,7
+1,7
@@
<template>
- <Modal v-model="isVisible">
+ <Modal v-model="isVisible"
class="border-none"
>
<SearchInput
- class="px-5 py-4
border-none
"
+ class="px-5 py-4"
@search="toggleHandler"
@keyup.esc="toggleHandler"
/>
git clone https://git.99rst.org/PROJECT