diff options
author | Bradley Taunt <brad@bt.ht> | 2023-11-27 09:14:41 -0500 |
---|---|---|
committer | Bradley Taunt <brad@bt.ht> | 2023-11-27 09:14:41 -0500 |
commit | 3632b7a1e2786dc8e92c2be4057f8ac9f2a5e0fe (patch) | |
tree | dfca622ae1811bdcb9a094dc97988ba267d9aca8 /local.css | |
parent | fd6917c41f940b26af6852eefb601fbd06f340aa (diff) |
Hide edit actions and blogform fields
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,5 @@ img{height:auto;max-width:100%;} .sidebar{border:1px solid; padding:1rem; margin-right:10px;} +.actions{display:none;} +.blogform{background:none;border:0;} +.blogform ::text, .blogform input {display:none;}
\ No newline at end of file |