diff options
| author | Christian Cleberg <[email protected]> | 2026-08-03 15:25:59 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-03 15:25:59 -0500 |
| commit | c31e8bfa414cdc1fe035a5d6d55a477f77525dd7 (patch) | |
| tree | 289db6f17fae1e649f15cb5f2fee440ba6fef224 /theme/static | |
| parent | 036f01c6635468bd2b71bf8eb26012d9f653d013 (diff) | |
| download | cleberg.net-c31e8bfa414cdc1fe035a5d6d55a477f77525dd7.tar.gz cleberg.net-c31e8bfa414cdc1fe035a5d6d55a477f77525dd7.tar.bz2 cleberg.net-c31e8bfa414cdc1fe035a5d6d55a477f77525dd7.zip | |
remove bubbles.town vote widget, keep comment link
Drop the third-party vote.js script and its mount div so posts no longer
auto-fetch from bubbles.town (174 pages), completing onion
self-containment. The opt-in 'comment on Bubbles' link stays. Remove the
now-orphaned .bubbles-vote CSS rule.
Diffstat (limited to 'theme/static')
| -rw-r--r-- | theme/static/styles.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index 4e7a7b1..19e4711 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -3,7 +3,6 @@ a, a:visited { color: #0000ff; } nav ul { list-style: none; padding: 0; display: flex; flex-direction: row; } nav ul li { padding-right: 0.5rem;} img { max-width: 100%; } -.bubbles-vote { min-height: 20px; margin-top: 1rem; } .post-list { padding: 0; padding-inline-start: 0; } .post-list-item { display: flex; list-style: none; align-items: baseline; } .post-list-item time { padding-right: 0.5rem; white-space: nowrap; } |
