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:
f987dbd
)
Add logo to search modal
author
Adam Dullage
<redacted>
Tue, 9 Aug 2022 08:04:01 +0000
(09:04 +0100)
committer
Adam Dullage
<redacted>
Tue, 9 Aug 2022 08:04:01 +0000
(09:04 +0100)
flatnotes/src/components/App.vue
patch
|
blob
|
history
diff --git
a/flatnotes/src/components/App.vue
b/flatnotes/src/components/App.vue
index ca81838541c94a8a05d771323e178d90f56d2fff..b37986008c6663228f4542184b7aba40a38eb40a 100644
(file)
--- a/
flatnotes/src/components/App.vue
+++ b/
flatnotes/src/components/App.vue
@@
-2,7
+2,10
@@
<div class="container d-flex flex-column align-items-center h-100">
<!-- Search Modal -->
<b-modal id="search-modal" centered hide-footer hide-header>
- <SearchInput></SearchInput>
+ <div class="d-flex flex-column align-items-center">
+ <Logo class="mb-4"></Logo>
+ <SearchInput></SearchInput>
+ </div>
</b-modal>
<!-- Nav Bar -->
git clone https://git.99rst.org/PROJECT