summaryrefslogtreecommitdiffstats
path: root/assets/css (follow)
AgeCommit message (Collapse)Author
2021-05-13Merge pull request #2008 from syeopite/mobile-uiTheFrenchGhosty
Improve player controls for mobile devices
2021-05-13Merge pull request #1995 from syeopite/watch-on-invidiousTheFrenchGhosty
Add watch on Invidious button to embeds
2021-05-10Update code to reflect 'read more' btn name changesyeopite
2021-05-10Add functionality to read more buttonsyeopite
2021-05-03Overhaul Invidious's "Youtube" player stylesyeopite
2021-05-03Improve mobile user interface for video playersyeopite
2021-05-03Move player styling to separate filesyeopite
2021-05-03Improve mobile ux with videojs-mobile-uisyeopite
2021-04-17Merge pull request #1977 from syeopite/add996TheFrenchGhosty
Change empty home page to search engine like layout
2021-04-09Update default.css138138138
2021-04-08Add watch on Invidious button to embedssyeopite
2021-04-07Fix response design on search homepagesyeopite
2021-04-07Fix search-widget styling for change in #1976syeopite
2021-04-07Fix rendering of hr elementsyeopite
2021-04-06Change positioning of footer to use flexboxsyeopite
2021-04-06Change footer div into footer elementsyeopite
2021-04-05Improve search widget marginssyeopite
2021-04-05Fix mobile responsive design for footersyeopite
2021-04-04Fix missing colon in empty.csssyeopite
2021-04-04Fix footer position to bottom of pagesyeopite
2021-04-04Scale text logo on search engine like homepagesyeopite
2021-04-04Add styling to search bar on empty home pagesyeopite
2021-03-26Fix 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-13Add hover state to filter UIsyeopite
2021-03-13Remove duplicate styling codesyeopite
2021-03-01Enhance search filter UI for JS disabled userssyeopite
Change filters UI box to use <details>. Stylize detail button for filter ui Fix localization for 'filter' Fix CSS Fix styling
2021-01-29Bump videojs and fix webworkerAndrew Zhao
2021-01-17add ui for searchingAndrew Zhao
2020-12-21Improve storyboardssaltycrys
Instead of limiting the width of storyboards through CSS it is now done in the VTT directly.
2020-12-14Increase color contrast of light theme linkssaltycrys
2020-12-14Fix pure-button hover color on a-tagssaltycrys
2020-11-28Merge pull request #1479 from saltycrys/theme-flashTheFrenchGhosty
Apply dark theme immediately
2020-11-18Fix CSS specificity issuessaltycrys
2020-11-17Move themes into default.csssaltycrys
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-16Apply dark theme immediatelysaltycrys
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-12Remove double empty linesaltycrys
2020-11-08Improve storyboard displaysaltycrys
2020-10-07Fix feed menu overlap at ipad screen widthsMatthew McGarvey
2020-03-15Migrate 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
2020-01-08Bump video.jsOmar Roth
2019-10-15Add support for custom playlistsOmar Roth
2019-10-05Hide scrollbar for player menusOmar Roth
2019-10-04Fix z-index, scrollbar in playerOmar Roth
2019-10-02Fixed bug that made the whole 'Invidious' div clickable. Solves #691agony
2019-09-24Fix overflow for player controlsOmar Roth
2019-08-27Bump JS/CSS dependenciesOmar Roth
2019-08-16Fix playlist_thumbnail extractorOmar Roth
2019-08-16Change font family to better native selection (#679)Dragnucs
2019-08-09Merge pull request #680 from leonklingele/add-player-stylesOmar Roth
Add support for player styles
2019-08-09Update videojs-http-source-selectorOmar Roth