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/MainView.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/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index d7b526d22..24dae8816 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -5,6 +5,7 @@ import * as fa from '@fortawesome/free-solid-svg-icons'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { action, computed, configure, observable, reaction, runInAction } from 'mobx'; import { observer } from 'mobx-react'; +import 'normalize.css'; import * as React from 'react'; import * as ReactDOM from 'react-dom'; import { Doc, DocListCast, Opt } from '../../fields/Doc'; |