Commit graph

22 commits

Author SHA1 Message Date
bananarama92
e2a5cd65be
Revert "MAINT: Suplement user-select: none with -webkit-user-select: none"
This reverts commit 5d48a43813d9a983f1bf0f1b9dd259168fe5fb5c.

The lack of `-webkit-user-select` was not the culprit; it was the lack of `user-select` on the button element itself (rather than just the tooltip)
2025-04-19 22:33:16 +02:00
bananarama92
9c19fbf589
MAINT: Suplement user-select: none with -webkit-user-select: none
Because of course Apple just has to be different
2025-04-19 22:33:16 +02:00
bananarama92
eaa2807009
MAINT: Use hidden spans rather than copy event listeners for handling chat room header copies
The previous listener could not handle partial selections
2025-04-10 19:12:53 +02:00
bananarama92
754076b594
MAINT: Add missing styling for keyboard-activated chat room sep header clicks 2025-04-10 18:59:20 +02:00
bananarama92
5ed6108c4b
MAINT: Avoid user-select: all for the chat room header
This will automatically select all text the moment the button is clicked (the "auto" part is a problem)
2025-04-10 18:45:01 +02:00
bananarama92
dd2885244f
MAINT: Explicitly use scrollbar-gutter: auto for the chat log 2025-04-08 21:24:48 +02:00
bananarama92
8a074d6ac0
MAINT: Move the chat-room-reply-indicator DIV up one level 2025-03-31 17:52:11 +02:00
bananarama92
71f4ede190
MAINT: Rewrite the chat input auto expansion logic 2025-03-31 17:52:10 +02:00
bananarama92
fe716f31c7
BUG: Fix the new chat room header icons not producing text upon copy/pasting 2025-03-29 21:47:36 +01:00
BondageProjects
31123d58e3 Merge branch 'feature/message-replies' into 'master'
Added the ability to reply to whispers, actions and chat messages

See merge request BondageProjects/Bondage-College!5486
2025-03-28 01:14:28 +00:00
Zoe-64
3dc904d2ce Added replies to messages, actions and whispers 2025-03-26 22:13:52 +01:00
bananarama92
534d744797
ENH: Add the new room namespace icons to the chat log header 2025-03-25 16:34:01 +01:00
bananarama92
ec7f5849c7
MAINT: Use more font-size specific width/height units for the changelog 2025-01-27 16:12:47 +01:00
bananarama92
389c41c3c3
MAINT: Make the scroll-bar persistent again in the chat area 2025-01-27 16:12:46 +01:00
bananarama92
b1b6ba8f2d
BUG: Fix clipping of the /changelog tooltips 2025-01-18 17:37:30 +01:00
bananarama92
768abfb703
MAINT: Explicitly use @supports for handling css features that older browsers might not support 2025-01-02 21:10:48 +01:00
bananarama92
186d586c00
ENH: Centralize the styling of scrollbar-containing elements 2024-12-19 23:23:12 +01:00
bananarama92
0b8015dfc3
MAINT: Add a border gap between changelogs if they are adjecant 2024-11-22 18:37:11 +01:00
bananarama92
39ae1695ff
ENH: Let /changelog paste the changelog into chat rather than opening a new tab 2024-11-16 17:21:02 +01:00
bananarama92
5be9f04c0b
MAINT: Add :disabled styling for the chat room buttons collapse button 2024-10-18 21:32:59 +02:00
bananarama92
b26ef6247f
BUG: Fix the gap on the left side of the chat room separator 2024-10-01 17:27:14 +02:00
dDeepLb
57ce4aaabf MAINT: split styles into different files and format them 2024-09-04 23:13:20 +00:00