mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
fix: linter
Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
parent
7f2e3b3661
commit
91e7f4e468
3 changed files with 3 additions and 1 deletions
1
package-lock.json
generated
1
package-lock.json
generated
|
|
@ -16,6 +16,7 @@
|
|||
"@mdi/svg": "^7.4.47",
|
||||
"@nextcloud/auth": "^2.4.0",
|
||||
"@nextcloud/axios": "^2.5.1",
|
||||
"@nextcloud/capabilities": "^1.2.0",
|
||||
"@nextcloud/dialogs": "^6.1.1",
|
||||
"@nextcloud/event-bus": "^3.3.2",
|
||||
"@nextcloud/files": "^3.10.2",
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
"@mdi/svg": "^7.4.47",
|
||||
"@nextcloud/auth": "^2.4.0",
|
||||
"@nextcloud/axios": "^2.5.1",
|
||||
"@nextcloud/capabilities": "^1.2.0",
|
||||
"@nextcloud/dialogs": "^6.1.1",
|
||||
"@nextcloud/event-bus": "^3.3.2",
|
||||
"@nextcloud/files": "^3.10.2",
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@
|
|||
<div ref="rightColumn"
|
||||
class="right-column"
|
||||
:style="{
|
||||
'font-size': (fontSize * 0.75) + 'pt',
|
||||
'font-size': (fontSize * 0.75) + 'pt',
|
||||
display: renderMode === 'GRAPHIC_ONLY' ? 'none' : '',
|
||||
}"
|
||||
@resize="checkPreviewOverflow"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue