restore easymde min height a bit
parent
f1bbc4657d
commit
f80b5a262d
|
|
@ -5,10 +5,15 @@
|
||||||
#easyMDEwrap {
|
#easyMDEwrap {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
.CodeMirror {
|
||||||
|
min-height: 7em;
|
||||||
|
}
|
||||||
.CodeMirror-scroll, .CodeMirror-sizer {
|
.CodeMirror-scroll, .CodeMirror-sizer {
|
||||||
min-height: 10px !important;
|
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
|
.CodeMirror-sizer {
|
||||||
|
min-height: 10rem !important;
|
||||||
|
}
|
||||||
#article {
|
#article {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,7 @@
|
||||||
todo:
|
todo:
|
||||||
- gitlab wiki original links are empty
|
|
||||||
- /ui/files does not redir in b1
|
|
||||||
- mark generated via meta so other files in the dir can be created, deleted, replaced safely
|
- mark generated via meta so other files in the dir can be created, deleted, replaced safely
|
||||||
- links like `/Smoktests` in user-files home wiki don't rewrite
|
- links like `/Smoktests` in user-files home wiki don't rewrite
|
||||||
- map fullURLScraped->internalURL for relative links sometimes
|
- map fullURLScraped->internalURL for relative links sometimes
|
||||||
- anchors on gitlab wikis at least are bad
|
|
||||||
- min-height for easymde
|
|
||||||
- use `meta` so no need for extra level for explicit single files
|
- use `meta` so no need for extra level for explicit single files
|
||||||
- scrape odo
|
- scrape odo
|
||||||
- rewrite links if available to local
|
- rewrite links if available to local
|
||||||
|
|
@ -14,6 +10,10 @@ todo:
|
||||||
- anchor links work
|
- anchor links work
|
||||||
- ui; last updated; 2022.02.01T12:34:56
|
- ui; last updated; 2022.02.01T12:34:56
|
||||||
done:
|
done:
|
||||||
|
- min-height for easymde
|
||||||
|
- /ui/files does not redir in b1
|
||||||
|
- anchors on gitlab wikis at least are bad
|
||||||
|
- gitlab wiki original links are empty
|
||||||
- /ui/files is an about page over a redir
|
- /ui/files is an about page over a redir
|
||||||
- use `read-only` for autogenerated things;; could skip easymde and make google docs much faster
|
- use `read-only` for autogenerated things;; could skip easymde and make google docs much faster
|
||||||
- new line after original link
|
- new line after original link
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue