Ranking lol
SFW | {{ stats.sfw }} |
NSFW | {{ stats.nsfw }} |
diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index a353e05..e1a20ac 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -253,6 +253,10 @@ html[theme="paper"] .v0ck_player_button svg:hover { stroke: var(--white); } +html[theme="paper"] .badge-dark, #themeselector { + border: 1px solid var(--white); +} + html[theme="atmos"] { --accent: #1fb2b0; --bg: #161618; diff --git a/public/s/js/admin.js b/public/s/js/admin.js index 8589af2..5c409cf 100644 --- a/public/s/js/admin.js +++ b/public/s/js/admin.js @@ -47,8 +47,6 @@ const flash = ({ type, msg }) => { if(!confirm("Do you really want to delete this tag?")) return; const tagid = +e.target.parentElement.dataset.tagid; - /*if(!tags.includes(tag)) - return alert("wtf");*/ const res = await deleteTag(postid, tagid); if(!res.success) return alert("uff"); @@ -89,7 +87,7 @@ const flash = ({ type, msg }) => { const span = document.createElement("span"); span.classList.add("badge", "badge-light", "mr-2"); - span.title = tag.user; + span.setAttribute('tooltip', tag.user); span.dataset.tagid = tag.id; if(tag.tag == "sfw") { diff --git a/views/about.html b/views/about.html index 224ea47..c9a1168 100644 --- a/views/about.html +++ b/views/about.html @@ -1,4 +1,4 @@ -@include(main/header) +@include(snippets/header)
Cookies: Yes, we set 1 cookie for your prefered stylesheet, this is a optional cookie and not required for the site to function, simply cosmetics, you can block this cookie and the site will still work as intended and will default to the default f0ck theme called "f0ck"
Logs: No for Tor - Yes for cloudflare and cloudflare probably sells your soul to the devil, however our webserver doesn't log cloudflare connecting to our webserver, if you want to lurk without being flared by the cloud, see the above tor section my man
SFW | {{ stats.sfw }} |
NSFW | {{ stats.nsfw }} |