aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/application.scss
Commit message (Collapse)AuthorAgeFilesLines
* Improve responsive on medium destkop screensChocobozzz2023-05-261-1/+2
|
* Fix scss lintChocobozzz2023-05-251-0/+1
|
* Fix button themingChocobozzz2023-04-141-0/+1
|
* Fix class helpers removed styleChocobozzz2023-02-211-0/+2
|
* Fix angular build, againChocobozzz2023-02-201-1/+0
| | | | Maybe a bug in the sass loader
* Fix sass function conflictsChocobozzz2022-10-101-3/+3
|
* Theme fixesChocobozzz2022-06-281-0/+1
|
* Increase global font sizeChocobozzz2022-06-161-5/+7
|
* Remove duplicated hidden attributeChocobozzz2022-06-151-4/+0
|
* Redesign register stepsChocobozzz2022-06-151-0/+1
|
* Remove unused global cssChocobozzz2022-06-131-9/+0
|
* Reorganize application.scssChocobozzz2022-06-131-165/+1
|
* Replace all glyphicon iconsChocobozzz2022-06-131-9/+17
|
* Replace glyphicon chevronChocobozzz2022-06-101-0/+19
|
* Rename input toggle hidden to input textChocobozzz2022-06-101-1/+1
| | | | It's more than just an hidden toggle
* Fix buttons hovering background color in tablesChocobozzz2022-06-101-8/+11
|
* Remove secondary color themeChocobozzz2022-06-101-2/+0
|
* Migrate to bootstrap 5Chocobozzz2022-06-101-8/+32
|
* Fix various typosluz paz2022-06-071-1/+1
| | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
* Fix help component z-indexChocobozzz2022-05-041-4/+2
|
* Some fixes for themesChocobozzz2022-03-151-1/+7
|
* Refactor admin pluginsChocobozzz2021-12-291-35/+0
|
* Add ability to preview embed in share modalChocobozzz2021-11-021-1/+1
|
* Remove useless componentsChocobozzz2021-10-291-16/+0
|
* Update client dependenciesChocobozzz2021-08-111-3/+5
|
* Warning when using capitalized letter in loginChocobozzz2021-07-201-2/+6
|
* Fix glyphicon icons in primeng tableChocobozzz2021-07-121-4/+6
|
* Fix peertube container in markdown previewChocobozzz2021-06-291-0/+2
|
* Move to sass moduleChocobozzz2021-06-281-3/+2
|
* Move to sass @useChocobozzz2021-06-281-8/+8
|
* Bidi supportChocobozzz2021-06-071-17/+17
|
* Fix mask-image propertyChocobozzz2021-05-071-1/+20
| | | | Needed by chrome
* Move to stylelintChocobozzz2021-04-281-22/+35
|
* Move player style in watch componentChocobozzz2021-04-141-5/+0
|
* Increase videos grid margins on desktopChocobozzz2021-04-011-1/+5
|
* Refactor video miniatureChocobozzz2021-04-011-3/+12
| | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* Refactor horizontal marginsChocobozzz2021-03-311-112/+49
|
* Theme breaking: --submenuColor becomes --submenuBackgroundColorChocobozzz2021-03-311-3/+3
|
* Add support button in channel pageChocobozzz2021-03-311-18/+2
|
* Redesign channel pageChocobozzz2021-03-311-5/+20
|
* refactor noscript/incompatible browser messages (#3684)Cadence Ember2021-02-031-5/+5
| | | | | also align noscript and incompatible browser styles Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Fix ng select themeChocobozzz2021-01-201-1/+1
|
* unify inputs requiring buttons like password inputsRigel Kent2020-12-041-1/+2
|
* Fix themes colors by using SCSS variables (#3376)Mathieu Brunot2020-11-301-1/+2
| | | | | | | | | * :lipstick: Use foreground var for code * :lipstick: Use submenu var color * :lipstick: Use foreground var color for menu * :bug: Fix var used in menu
* Upgrade client dependenciesChocobozzz2020-11-191-1/+1
| | | | Migrate removed primeng theme to custom CSS
* Fix global loading bar in clientChocobozzz2020-11-091-0/+4
|
* Add warning below live stream key fieldChocobozzz2020-11-091-0/+7
|
* Fix playlist element dropdown overflowChocobozzz2020-08-251-1/+1
|
* Refactor popover markdown, add code stylekimsible2020-08-141-0/+10
|
* add ng-select for templatable select optionsRigel Kent2020-08-111-0/+1
| | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation