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:
cfb7057
)
Margin adjustments
author
Adam Dullage
<redacted>
Tue, 9 Aug 2022 08:07:15 +0000
(09:07 +0100)
committer
Adam Dullage
<redacted>
Tue, 9 Aug 2022 08:07:15 +0000
(09:07 +0100)
flatnotes/src/components/App.vue
patch
|
blob
|
history
diff --git
a/flatnotes/src/components/App.vue
b/flatnotes/src/components/App.vue
index 827be193c59a132984c77855099f3fc484e754ed..4d98f90e743f31727833b58a8b4da77e5da530ab 100644
(file)
--- a/
flatnotes/src/components/App.vue
+++ b/
flatnotes/src/components/App.vue
@@
-11,7
+11,7
@@
<!-- Nav Bar -->
<NavBar
v-if="currentView != views.login"
- class="mt-
2
w-100"
+ class="mt-
3
w-100"
:show-logo="currentView != views.home"
@navigate-home="navigate('/')"
@new-note="newNote()"
@@
-23,7
+23,7
@@
<Login v-if="currentView == views.login"></Login>
<!-- Buttons -->
- <div class="d-flex justify-content-center m
b
-4">
+ <div class="d-flex justify-content-center m
t
-4">
<!-- Edit -->
<button
v-if="
git clone https://git.99rst.org/PROJECT