about summary refs log tree commit diff stats
path: root/pages/styles.css (follow)
Commit message (Collapse)AuthorAge
* Restructure code with helper modules, add search engine settings, & advanced ↵SimonBrazell2021-01-10
| | | | settings collapsibles.
* Closes #111 - Adds ability to customise random instance poolsSimonBrazell2020-11-08
|
* Fixes #119 - Change zh-CN to zh_CN.SimonBrazell2020-11-08
|
* Randomise instances when empty (#48)SimonBrazell2020-09-01
|
* Closes #74 - Option to manually override theme.SimonBrazell2020-07-16
|
* Deploy extension to MS Edge.SimonBrazell2020-07-15
|
* Improve exceptions (whitelist), i18n (fr), etc.SimonBrazell2020-07-12
| | | | | | | | | - Closes #69 - Closes #70 - Fixes #71 - Closes #72 - added fr l10n - Fixes #73 - Implement additional Invidious params (#66)
* Closes #64, closes #38 - Fix whitelist & Twitter `/home` exceptionSimonBrazell2020-06-08
|
* Fixes #58 - No longer host YT JS assetsSimonBrazell2020-05-31
|
* Fixes #51 & fixes #52 - `/tweets` redirects & popup stylingSimonBrazell2020-05-20
|
* Tweak light & dark mode coloursSimonBrazell2020-05-19
|
* Merge pull request #46 from TotalCaesar659/dark-modeSimon Brazell2020-05-19
|\ | | | | Add Dark/Light Mode support
| * Add Light ModeTotalCaesar6592020-05-07
| |
| * Add Dark Mode supportTotalCaesar6592020-05-07
| |
* | Closes #36 - added option to persist Invidious prefsSimonBrazell2020-05-08
|/
* Closes #27 - added ability to whitelist sitesSimonBrazell2020-04-26
|
* Add tabs UI to options pageSimonBrazell2020-04-25
|
* Address GTK theme issue causing popup issues on Majaro LinuxSimonBrazell2020-04-02
|
* Fix overflowing inputs on some platforms.Emilio Cobos Álvarez2020-03-29
| | | | | | | | | | | | | | | | | | | `width: 100%` sets the content-box width, unless the box-sizing value is `border-box`, see: https://developer.mozilla.org/en-US/docs/Web/CSS/box-sizing (`box-sizing: border-box` is already the default for `<select>`). In platforms with more padding by default on inputs (like Firefox on Linux for example) this can cause the inputs to overflow the popup. Also shrink the padding manually to what the popup layout expects, so that it doesn't grow past the popup. Additionally we remove the appearance from checkboxes so that they don't take up space. This fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1625716.
* Address issues #21, #22, #23, #24, #25 & #26SimonBrazell2020-03-21
|
* OSM redirects (experimental)SimonBrazell2020-02-23
|
* Avoid redirecting `tweetdeck.twitter.com` & list instancesSimonBrazell2020-02-12
|
* Avoid redirecting `studio.youtube.com` & basic instance validationSimonBrazell2020-02-09
|
* Complete options & popup menusSimon Brazell2019-10-07