aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/shared.css
Commit message (Collapse)AuthorAgeFilesLines
* Fix shared.css file style missingJesús2021-06-141-0/+5
|
* Migration general theme: fix missing message-box styleJesús2020-12-151-363/+0
|
* Video comments: replace with error message if there is errorJames Taylor2020-11-291-0/+1
| | | | Such as 429 error, or an exception
* error page: dont use newline wrapping on error-boxJames Taylor2020-10-281-1/+3
| | | | | | | only should be used on error-message so newlines in error message properly display. Should not be used on error-box because that doesn't have bare text with newlines. Otherwise it was dispalying extraneous newlines.
* Automatically change tor circuit once if ip is blockedJames Taylor2020-10-251-0/+1
| | | | | | | Use stem library to send a new identity signal via the tor control port. See #20
* remove trailing whitespaceszrose5842020-10-211-7/+7
|
* comments.js: include error in reply html rather than using an alertJames Taylor2020-10-201-0/+23
|
* Add setting to change font. Change default to arialJames Taylor2020-10-201-0/+336
Closes #33