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:
42aa65b
)
Update note print layout to full width
author
Adam Dullage
<redacted>
Wed, 21 Aug 2024 11:38:58 +0000
(12:38 +0100)
committer
Adam Dullage
<redacted>
Wed, 21 Aug 2024 11:38:58 +0000
(12:38 +0100)
client/App.vue
patch
|
blob
|
history
diff --git
a/client/App.vue
b/client/App.vue
index 1b06ce39b6414e98992bdf1b3511e7a5fc25c19b..f9033b10523e2aa735103b7f4685a94b47036c68 100644
(file)
--- a/
client/App.vue
+++ b/
client/App.vue
@@
-1,5
+1,7
@@
<template>
\r
- <div class="container mx-auto flex h-screen flex-col px-2 py-4">
\r
+ <div
\r
+ class="container mx-auto flex h-screen flex-col px-2 py-4 print:max-w-full"
\r
+ >
\r
<PrimeToast />
\r
<SearchModal v-model="isSearchModalVisible" />
\r
<NavBar
\r
git clone https://git.99rst.org/PROJECT