summaryrefslogtreecommitdiffstats
path: root/assets/css (follow)
AgeCommit message (Collapse)Author
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
2019-08-09Add support for player stylesLeon Klingele
This currently includes the following styles: - Invidious, the default - YouTube, using a centered play button and always visible video control bar Implements https://github.com/omarroth/invidious/issues/670. Supersedes https://github.com/omarroth/invidious/pull/661.
2019-08-01Fix jumpy page on search field focusLeon Klingele
2019-07-14Add '1.75' playback speedOmar Roth
2019-07-01Resize comment thumbnailsOmar Roth
2019-06-30Add caption stylingOmar Roth
2019-06-28Add cursor: none to playerOmar Roth
2019-06-28Add thumbnail and banners to channel pageOmar Roth
2019-06-16Add clickable title for embedded videosOmar Roth
2019-06-08Add title overlay to embedded videosOmar Roth
2019-05-28Shrink h1 on mobileOmar Roth
2019-05-11Fix font color for captions buttonOmar Roth
2019-05-04Add mouse hover for video previewsOmar Roth
2019-05-04Tweak styling for thumbnail video lengthOmar Roth
2019-05-02Add video previewsOmar Roth
2019-05-01Update source and licensesOmar Roth
2019-04-30Add annotation playerglmdgrielson
This addresses issue #110 from master. Yay for adding annotations back!
2019-04-28Add http-source-selectorOmar Roth
2019-04-14Fix grid size for smaller devicesOmar Roth
2019-04-12Fix share buttonOmar Roth
2019-03-26Add cancel button to search barOmar Roth
2019-03-23Fix thumbnail for deleted videosOmar Roth
2019-03-23Update sourcesOmar Roth