diff options
author | bobzel <zzzman@gmail.com> | 2022-09-12 12:09:03 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-09-12 12:09:03 -0400 |
commit | 13e0ac912beeab64a859b3463953774f3f1676f1 (patch) | |
tree | 7966d258922ac9ce71d8cf7818c05c41def0f666 /src/client/views/LightboxView.tsx | |
parent | f847c6d554f9dcecbd6c3024f712510f341daf67 (diff) |
fixed h1 style for use in text boxes with #,## etc markdown. made %[tix!] text tags reset user_mark to current time.
Diffstat (limited to 'src/client/views/LightboxView.tsx')
-rw-r--r-- | src/client/views/LightboxView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/LightboxView.tsx b/src/client/views/LightboxView.tsx index 5613e82fb..cb5094f4b 100644 --- a/src/client/views/LightboxView.tsx +++ b/src/client/views/LightboxView.tsx @@ -1,7 +1,6 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { action, computed, observable } from 'mobx'; import { observer } from 'mobx-react'; -import 'normalize.css'; import * as React from 'react'; import { Doc, DocListCast, Opt } from '../../fields/Doc'; import { InkTool } from '../../fields/InkField'; |