| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-29 | Fix alignment of "invidious" logo on search page | Samantaz Fox | |
| The alignment was broken by #2196 | |||
| 2021-06-25 | Fix layout of video 'card' items | Samantaz Fox | |
| Previous changes broke alignment of text and icons | |||
| 2021-06-24 | Limit descriptions width to ease mixed LTR/RTL text reading | Samantaz Fox | |
| This will prevent, on large pages, the LTR and RTL text to be far away, on each side of the page. This could happen on channel and playlists descriptions, when the page is displayed on a large screen. | |||
| 2021-06-24 | Revert "remove unnecessary text-align" | Mostafa Ahangarha | |
| This reverts commit 97b469f59c4b0505d74e731a8501584c78dbad60. | |||
| 2021-06-24 | remove unnecessary text-align | Mostafa Ahangarha | |
| 2021-06-24 | Change description-box from flex to block | Cadence Ember | |
| I also make minor changes to the surroundings so that the same layout and functionality as before is preserved. | |||
| 2021-06-24 | Undo last commit | Mostafa Ahangarha | |
| 2021-06-24 | Change display to block | Mostafa Ahangarha | |
| Change display from flex to block so that the direction of content would get properly set | |||
| 2021-06-24 | Add bidi support | Mostafa Ahangarha | |
| Adding these styles is the easiest way to add bidi (bidirectional text) support without or with least side effect. I have tested it by adding it manually on yewtu.be instance and so far it works very well. | |||
| 2021-06-14 | Add 10px margin to top and bottom of hr element | Graham | |
| 2021-05-23 | Add support for VR videos through videojs-vr | syeopite | |
| 2021-05-13 | Merge pull request #2008 from syeopite/mobile-ui | TheFrenchGhosty | |
| Improve player controls for mobile devices | |||
| 2021-05-13 | Merge pull request #1995 from syeopite/watch-on-invidious | TheFrenchGhosty | |
| Add watch on Invidious button to embeds | |||
| 2021-05-10 | Update code to reflect 'read more' btn name change | syeopite | |
| 2021-05-10 | Add functionality to read more button | syeopite | |
| 2021-05-03 | Overhaul Invidious's "Youtube" player style | syeopite | |
| 2021-05-03 | Improve mobile user interface for video player | syeopite | |
| 2021-05-03 | Move player styling to separate file | syeopite | |
| 2021-05-03 | Improve mobile ux with videojs-mobile-ui | syeopite | |
| 2021-04-17 | Merge pull request #1977 from syeopite/add996 | TheFrenchGhosty | |
| Change empty home page to search engine like layout | |||
| 2021-04-09 | Update default.css | 138138138 | |
| 2021-04-08 | Add watch on Invidious button to embeds | syeopite | |
| 2021-04-07 | Fix response design on search homepage | syeopite | |
| 2021-04-07 | Fix search-widget styling for change in #1976 | syeopite | |
| 2021-04-07 | Fix rendering of hr element | syeopite | |
| 2021-04-06 | Change positioning of footer to use flexbox | syeopite | |
| 2021-04-06 | Change footer div into footer element | syeopite | |
| 2021-04-05 | Improve search widget margins | syeopite | |
| 2021-04-05 | Fix mobile responsive design for footer | syeopite | |
| 2021-04-04 | Fix missing colon in empty.css | syeopite | |
| 2021-04-04 | Fix footer position to bottom of page | syeopite | |
| 2021-04-04 | Scale text logo on search engine like homepage | syeopite | |
| 2021-04-04 | Add styling to search bar on empty home page | syeopite | |
| 2021-03-26 | Fix minor scaling issue in filter drop down. | syeopite | |
| Basically prevents filter content from jumping above the dropbox when there's enough space to do | |||
| 2021-03-13 | Add hover state to filter UI | syeopite | |
| 2021-03-13 | Remove duplicate styling code | syeopite | |
| 2021-03-01 | Enhance search filter UI for JS disabled users | syeopite | |
| Change filters UI box to use <details>. Stylize detail button for filter ui Fix localization for 'filter' Fix CSS Fix styling | |||
| 2021-01-29 | Bump videojs and fix webworker | Andrew Zhao | |
| 2021-01-17 | add ui for searching | Andrew Zhao | |
| 2020-12-21 | Improve storyboards | saltycrys | |
| Instead of limiting the width of storyboards through CSS it is now done in the VTT directly. | |||
| 2020-12-14 | Increase color contrast of light theme links | saltycrys | |
| 2020-12-14 | Fix pure-button hover color on a-tags | saltycrys | |
| 2020-11-28 | Merge pull request #1479 from saltycrys/theme-flash | TheFrenchGhosty | |
| Apply dark theme immediately | |||
| 2020-11-18 | Fix CSS specificity issues | saltycrys | |
| 2020-11-17 | Move themes into default.css | saltycrys | |
| Now that themes are controlled with a class instead of setting media="none" on the stylesheet link and both themes already being duplicated in default.css for the automatic themeing it makes sense to have all theme related CSS in the same place. This commit also fixes the missing dark theme on embeds. | |||
| 2020-11-16 | Apply dark theme immediately | saltycrys | |
| Themes are now controlled with a class on the body element. If a preference is set the body element will have either "dark-theme" or "light-theme" class. If no preference is set or the preference is empty the class will be "no-theme". "dark-theme" and "light-theme" are handled by darktheme.css and lighttheme.css respectively. "no-theme" is handled by default.css where depending on the value of "prefers-color-scheme" the styles corresponding to "dark-theme" or "light-theme" are applied. Unfortunately this means that both themes are duplicated, once in the theme .css and once in default.css. | |||
| 2020-11-12 | Remove double empty line | saltycrys | |
| 2020-11-08 | Improve storyboard display | saltycrys | |
| 2020-10-07 | Fix feed menu overlap at ipad screen widths | Matthew McGarvey | |
| 2020-03-15 | Migrate to a good Content Security Policy (#1023) | leonklingele | |
| So attacks such as XSS (see [0]) will no longer be of an issue. [0]: https://github.com/omarroth/invidious/issues/1022 | |||
