diff options
| author | winter | 2025-01-28 22:00:20 +0000 |
|---|---|---|
| committer | winter | 2025-01-28 22:00:20 +0000 |
| commit | 093b34db9498d9ce1155c1fd8a59646aa483f85d (patch) | |
| tree | ca596c39d6e001f118b8381cf77d746300add468 /static | |
| parent | 1af3a4e00ec63755a90109d8a63a1b6f6d95def6 (diff) | |
add upload/attach file feature for writing notes
Diffstat (limited to 'static')
| -rw-r--r-- | static/misc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/misc.css b/static/misc.css index 0c18970..8013403 100644 --- a/static/misc.css +++ b/static/misc.css @@ -140,5 +140,5 @@ pre { } [hidden] { - display: none; + display: none !important; } |
