cube 1 gün önce
ebeveyn
işleme
35a722b789
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3
    1
      README.md

+ 3
- 1
README.md Dosyayı Görüntüle

@@ -6,7 +6,9 @@ logged in users are presumed to all be admins with distinction only between bein
6 6
 
7 7
 in the blog view, member privacy outweighs individual post privacy. if a private member makes a public post, it will not show up in the public feed. however, if that member switches to public, their public posts will all become publicly viewable (but private posts will remain private). 
8 8
 
9
-some html files (notably full.html and index.html) will show lots of errors in vscode, because of the use of jinja variables in the inline style. this is fine just ignore it. it doesn't do that in the page.html because simply using quotation marks around the colours is enough to make everything correct, but the use of member specific identifiers as jinja variables renders the entire css 'invalid' in the other html files.
9
+~~some html files (notably full.html and index.html) will show lots of errors in vscode, because of the use of jinja variables in the inline style. this is fine just ignore it. it doesn't do that in the page.html because simply using quotation marks around the colours is enough to make everything correct, but the use of member specific identifiers as jinja variables renders the entire css 'invalid' in the other html files.~~
10
+
11
+EDIT: Nvm inline css is currently super broken. Most of it works fine with just erroring in vscode, except for the linear gradient background that seemingly ignores the degrees and % variables when jinja is used. the quotation marks don't fix it, they break it completely
10 12
 
11 13
 # assorted todo
12 14