aboutsummaryrefslogtreecommitdiffstats
path: root/res/css/des.css
Commit message (Collapse)AuthorAgeLines
* adjust default CSS themeHEADmasterPinapelz2026-05-24-26/+71
| | | | | | inspired by dacctal Signed-off-by: Pinapelz <yukais@pinapelz.com>
* Minor locales fixRblSb2025-08-21-0/+9
|
* Fix twitch iframesRblSb2025-04-07-0/+6
| | | | You also don't need to change `parent` arg in iframe src now
* Ask to create admin user on fresh install (#62)Remi2025-04-07-1/+0
| | | | | | | | | | | | | * Ask to create admin user on fresh install * Implement client form submitting * minimize diff, simplify impl * Check json typing and clean stuff --------- Co-authored-by: RblSb <msrblsb@gmail.com>
* Add /volume commandRblSb2025-02-13-1/+1
|
* Improve cache limit handlingRblSb2025-02-09-0/+2
|
* CleanupRblSb2025-01-29-0/+6
| | | | | | | - PWA support (needs https) - Optimize websocket responses - Support `/ad` for youtube cache - New icon!
* Video upload featureRblSb2025-01-28-2/+22
| | | | | | And you can play video as soon as upload starts! This is pretty useful for thicc ones. Video will be keeped in cache and will comply cache size limit. I'm also implemented system storage check to change cache limit if it's lower than config value, so upload will be blocked if there is lower than 10MiB available on disk.
* Add experimental unpauseWithoutLeader optionRblSb2025-01-25-1/+1
| | | | | | Also extended requestLeaderOnPause, so you can unpause when someone else is a leader by video click with this one. Only works for raw videos and doesn't work in FF, so there is new unsafe option that can break everything with enough clients. There is also leader button hints when you touch player as non-leader for easier ux.
* Add server pause when leader disconnectsRblSb2025-01-24-1/+35
|
* Redesign portrait view with player at topRblSb2025-01-22-76/+112
| | | | Also improve autoscroll with column-reverse, so viewport resize / orientation change should not scroll chat to random places
* Make raw videos adaptive for aspect ratiosRblSb2025-01-19-20/+30
| | | | | | Sadly there is no info about video size for iframes, so they will be keeped as 16/9. Let me know if this change breaks anything.
* Cache on server featureRblSb2025-01-17-6/+21
| | | | | | | | Server will download video from supported players and add as raw video to playlist (only youtube is supported for now). Cache for YT player is available after installing optional dependencies, see readme. For cache size see `cacheStorageLimitGiB ` in config. There is also minor ux improvement, latest checkbox states will be keeped in local storage now.
* External audiotrack supportRblSb2025-01-12-1/+5
| | | | | | | | This works as voice over if video also has audio, changing video volume to 0.3. Also improve autoplay by playing videos muted and unmute on first page click. There is no mute if you use Firefox and allow autoplay on page (navigator.getAutoplayPolicy check).
* Remove inter fontRblSb2024-12-14-3/+1
|
* Scroll to chat end buttonRblSb2023-06-20-0/+20
|
* Hints, Open in App button, ui animationsRblSb2023-01-07-29/+70
|
* Right click on leader btn for pauseRblSb2022-11-24-0/+5
| | | | Or long tap on touch devices
* Fix subs for linux firefoxRblSb2021-08-20-1/+3
| | | | | My disappointment is immeasurable, and my day is ruined. Also need to report this somewhat. closes #28
* Ban/unban commandsRblSb2021-08-10-0/+6
| | | | | | | | /ban Name 3d10h20m59s /ban Name 2h30m /unban Name /removeBan Name see #26
* ReformatRblSb2021-07-05-23/+56
|
* Subtitles url inputRblSb2021-02-14-1/+1
| | | | Can be enabled by plugins
* Improve changeOrder permissionRblSb2021-02-04-0/+8
| | | | closes #21
* Video title inputRblSb2021-01-24-2/+16
|
* Fix landscape mode on phonesRblSb2020-10-10-1/+1
|
* Remove active cursor on itemsRblSb2020-06-06-4/+0
|
* Pause indicatorRblSb2020-06-06-5/+12
|
* Make foreground darkerRblSb2020-05-28-10/+1
|
* Scroll to chat end on input touchRblSb2020-05-23-1/+1
|
* Restore mobile viewRblSb2020-05-23-4/+22
|
* border-box everythingRblSb2020-05-23-9/+7
|
* Remove simplebarRblSb2020-05-22-52/+16
| | | | Cause other problems and doesn't always work
* text-overflow for title itemRblSb2020-05-22-0/+11
|
* Fix sidebar header appearance (#9)Remi2020-05-20-1/+17
| | | | | | | * Fix sidebar header appearance * Rearrange styles Co-authored-by: Roman Pronin <proninrs@altarix.ru>
* Fix userlist saving, revert options panelRblSb2020-05-20-9/+5
|
* Major frontend redesign (#5)Austin Riddell2020-05-19-876/+620
| | | | | | | * Major frontend redesign * Some improvements Co-authored-by: RblSb <msrblsb@gmail.com>
* Minor style changesRblSb2020-05-13-2/+2
|
* Fix clicks on item buttonsRblSb2020-04-30-0/+3
|
* Fix iframes sizeRblSb2020-03-22-1/+2
|
* Clean upRblSb2020-03-11-400/+12
|
* Show/hide password buttonRblSb2020-03-10-3/+9
|
* Fix local-only serverRblSb2020-03-09-3/+2
|
* Minor improvementsRblSb2020-03-06-2/+2
|
* Basic dropdown menuRblSb2020-03-02-38/+68
|
* Video sync togglerRblSb2020-03-02-0/+3
|
* Remove search video buttonRblSb2020-03-02-3/+0
| | | | Too expensive with current youtube quota
* More playlist and video controlRblSb2020-02-24-0/+3
|
* Remove playlist manager buttonRblSb2020-02-23-3/+0
|
* More client buttonsRblSb2020-02-22-0/+3
|
* Improve seekingRblSb2020-02-20-2/+1
|
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage