summaryrefslogtreecommitdiffstats
path: root/assets/css (follow)
AgeCommit message (Collapse)Author
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
2019-03-23Add padding to thumbnailsOmar Roth
2019-03-20Fix loading icon sizeOmar Roth
2019-03-19Fix player size with JS disabledOmar Roth
2019-03-17Clean up player CSSOmar Roth
2019-03-12Add max-aspect-ratio to playerOmar Roth
2019-03-12Calculate player height based on viewportOmar Roth
2019-03-08Fix styling for watch indicatorOmar Roth
2019-03-07Merge pull request #397 from dimqua/patch-1Omar Roth
(preferences) fix word wrap
2019-03-06Mark deleted channels in /subscription_managerOmar Roth
2019-03-04(preferences) fix word wrapdimqua
2019-02-26Add -webkit-appearance to default.cssOmar Roth
2019-02-21Adjust size of playerOmar Roth
2019-02-21Add scroll to control bar when it's possible to overflowOmar Roth
2019-02-21Format CSSOmar Roth
2019-02-21Revert "Fix control bar overflow on mobile"Omar Roth
This reverts commit e25249ce4dce6ed0819ebfa34742aa8234e69ad5.
2019-02-21Fix control bar overflow on mobileOmar Roth
2019-02-16Just a couple of adjustments (#350)Agustin Ferrari
* Added icons tooltips in local/en-US.json, corrected link tooltip to switch to video mode and changed heart symbol by icon in comments
2019-02-02Minor fixes in CSS colorsAgustin Ferrari