mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 10:59:33 +00:00
Merge pull request #1509 from eikek/small-improvements
Small improvements
This commit is contained in:
commit
5c4406521d
@ -0,0 +1,5 @@
|
|||||||
|
ALTER TABLE "userimap"
|
||||||
|
ALTER COLUMN "imap_password" TYPE varchar;
|
||||||
|
|
||||||
|
ALTER TABLE "useremail"
|
||||||
|
ALTER COLUMN "smtp_password" TYPE varchar;
|
@ -0,0 +1,5 @@
|
|||||||
|
ALTER TABLE `userimap`
|
||||||
|
MODIFY `imap_password` mediumtext;
|
||||||
|
|
||||||
|
ALTER TABLE `useremail`
|
||||||
|
MODIFY `smtp_password` mediumtext;
|
@ -0,0 +1,5 @@
|
|||||||
|
ALTER TABLE "userimap"
|
||||||
|
ALTER COLUMN "imap_password" TYPE varchar;
|
||||||
|
|
||||||
|
ALTER TABLE "useremail"
|
||||||
|
ALTER COLUMN "smtp_password" TYPE varchar;
|
@ -395,7 +395,7 @@ editLinkTableCellStyle =
|
|||||||
|
|
||||||
dimmer : String
|
dimmer : String
|
||||||
dimmer =
|
dimmer =
|
||||||
" absolute top-0 left-0 w-full h-full bg-black bg-opacity-90 dark:bg-slate-900 dark:bg-opacity-90 z-30 flex flex-col items-center justify-center px-4 md:px-8 py-2 "
|
" absolute top-0 left-0 w-full h-full bg-black bg-opacity-90 dark:bg-slate-900 dark:bg-opacity-90 z-50 flex flex-col items-center justify-center px-4 md:px-8 py-2 "
|
||||||
|
|
||||||
|
|
||||||
dimmerLight : String
|
dimmerLight : String
|
||||||
|
Loading…
x
Reference in New Issue
Block a user