1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-02 04:47:57 +01:00

4805 Commits

Author SHA1 Message Date
Zankaria
c34914ee8a style.css: fix aligment issues 2025-01-19 22:12:06 +01:00
Zankaria
40f4b34284 style.css: remove extra padding from posts that causes horizontal scrolling 2025-01-19 22:12:06 +01:00
Zankaria
452358b929 style.css: remove obsolete css 2025-01-19 22:12:06 +01:00
Zankaria
34ab185b5d style.css: set post margin 2025-01-19 22:12:06 +01:00
Zankaria
9a10968337 style.css: make post css more generic 2025-01-19 22:12:06 +01:00
Zankaria
34f43c91a1 style.css: rework fileinfo display to fix bug 2025-01-19 22:12:06 +01:00
Zankaria
7c779418ac style.css: handle very long words across all the post 2025-01-19 22:12:06 +01:00
Zankaria
2431eb78b2 style.css: newline with a bit of margin after op's head 2025-01-19 22:12:06 +01:00
Zankaria
1c98c1ce76 show-backlinks.js: add support for op post 2025-01-19 22:12:06 +01:00
Zankaria
5c8c851681 show-backlinks.js: fix and format 2025-01-19 22:12:06 +01:00
Zankaria
2311035748 show-backlinks.js: use div so reply links don't get jumbled up or something 2025-01-19 22:12:06 +01:00
Zankaria
2161a3c1fe show-backlinks.js: fix backlinks stacking 2025-01-19 22:12:06 +01:00
Zankaria
602f7b5982 auto-reload.js: handle small screens 2025-01-19 22:12:06 +01:00
Zankaria
d41db75ed5 show-backlinks.js: move backlinks to post head 2025-01-19 22:12:06 +01:00
Zankaria
e9f136e2b6 stylesheets: disable vertical post borders on small screens 2025-01-19 22:12:06 +01:00
Zankaria
8d20c52754 style.css: no post borders on small screens (they interfere with hovering and are shown sometimes) 2025-01-19 22:12:05 +01:00
Zankaria
75977269f3 post-hover.js: fix borders 2025-01-19 22:12:05 +01:00
Zankaria
9eb36fe3f3 post-hover.js: refactor and add support for small screens 2025-01-19 22:12:05 +01:00
Zankaria
dffc22ddf3 post-hover.js: enable only if the device supports hovering 2025-01-19 22:12:05 +01:00
Zankaria
6b3e578013 post-filter.js: adapt to new post html structure 2025-01-19 22:12:05 +01:00
Zankaria
0e5b56ab4b poster_id.html: remove extra space at start 2025-01-19 22:12:05 +01:00
Zankaria
ef2ce5ba8b style.css: move user post controls on small screens 2025-01-19 22:12:05 +01:00
Zankaria
508040bae0 style.css: increase breakpoint for small screen 2025-01-19 22:12:05 +01:00
Zankaria
3802498962 style.css: adjust post number position on small screens 2025-01-19 22:12:05 +01:00
Zankaria
ccee1a9256 style.css: adjust posts 2025-01-19 22:12:05 +01:00
Zankaria
bcf40d1078 style.css: adjust controls 2025-01-19 22:12:05 +01:00
Zankaria
5153738d7a style.css: make OP more like a normal post 2025-01-19 22:12:05 +01:00
Zankaria
a7c159cc82 style.css: make posts 4chan-like 2025-01-19 22:12:05 +01:00
Zankaria
dd8182e1dd post_reply.html: fix template 2025-01-19 22:12:05 +01:00
Zankaria
e9d4c4c10c post_reply.html: make posts less cluttered 2025-01-19 22:12:05 +01:00
Zankaria
be47c7888f post_thread.html: add breakline after op post 2025-01-19 22:12:05 +01:00
fowr
6fea059968 style.css: new css mobile. Initial integration. 2025-01-19 22:12:05 +01:00
Lorenzo Yario
5821004155
Merge pull request #875 from Zankaria/add-title-hovering
Adds help text on hovering via the title property
2025-01-17 09:50:56 -06:00
Lorenzo Yario
4530aea0bd
Merge pull request #877 from perdedora/fix-themes-871
Use FETCH_ASSOC instead of NUM
2025-01-17 09:50:44 -06:00
fowr
8925879355 proper fix instead of using numeric array in rebuild themes 2025-01-12 10:17:45 -03:00
Lorenzo Yario
5a80c4ef22
Merge pull request #876 from perdedora/captcha-fixes
Captcha fixes
2025-01-09 23:25:27 -06:00
fowr
8caf0f738b update report captcha 2025-01-09 15:57:07 -03:00
fowr
071de337eb trying to make securimage less messy 2025-01-09 15:13:50 -03:00
fowr
c6ade44962 update config default to securimage 2025-01-09 14:58:34 -03:00
fowr
0deae76002 allow customization of securimage by captcha config variable 2025-01-09 14:57:31 -03:00
fowr
50339812b6 simplify template config for new_thread_capt and all captcha 2025-01-09 14:52:10 -03:00
fowr
8ccf506e0f fix captcha being triggered when only new_thread_capt is enabled 2025-01-09 14:51:37 -03:00
fowr
1212c18616 remove extra from being manipulated from query string;
use extra in rand_string;
2025-01-09 14:50:11 -03:00
Zankaria
af7bfa5801 time.html: add title 2025-01-08 23:24:58 +01:00
Zankaria
b991657b0a post_thread.html: add hover suggestions 2025-01-08 23:24:29 +01:00
Zankaria
f7e92d3967 post_reply.html: add hover suggestions 2025-01-08 23:24:22 +01:00
Lorenzo Yario
0642374c05
Merge pull request #869 from Zankaria/hash-password-tool-refactor
hash-passwords.php: minor refactor
2025-01-05 02:00:42 -06:00
Lorenzo Yario
f39988229a
Merge pull request #873 from Zankaria/cleanup-pre-mobile-ui
Cleanup pre mobile UI
2025-01-05 02:00:20 -06:00
Lorenzo Yario
38094680af
Merge pull request #874 from Zankaria/file-name-download
Enable file download from the file name
2025-01-05 02:00:06 -06:00
Zankaria
d1953752ab image_identification.html: trim 2025-01-04 23:15:14 +01:00