aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
Commit message (Collapse)AuthorAgeFilesLines
* Allow configuration to be static/readonly (#4315)Jelle Besseling2021-10-121-0/+3
| | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI
* Add video filters to common video pagesChocobozzz2021-08-253-32/+50
|
* Fix player setting overflowChocobozzz2021-08-181-1/+1
|
* Fix stats card label widthChocobozzz2021-08-181-1/+1
|
* Update client dependenciesChocobozzz2021-08-111-3/+5
|
* Merge branch 'next' into developChocobozzz2021-07-211-2/+6
|\
| * Warning when using capitalized letter in loginChocobozzz2021-07-201-2/+6
| |
* | Correct privacymsg z-index to avoid hover dropdown on scrollKimsible2021-07-212-2/+3
| |
* | Define a z-index for dropupKimsible2021-07-211-1/+2
| |
* | Correct z-index for title dropdown in sub-menu and dropdown hover header on ↵Kimsible2021-07-212-2/+2
|/ | | | scroll
* Fix glyphicon icons in primeng tableChocobozzz2021-07-121-4/+6
|
* Use consistent marginsChocobozzz2021-07-011-0/+6
|
* Fix ng select sizeChocobozzz2021-06-301-2/+1
|
* Create a dedicated component for video descriptionChocobozzz2021-06-291-0/+3
|
* Fix player icons on chromeChocobozzz2021-06-293-3/+8
|
* Fix peertube container in markdown previewChocobozzz2021-06-292-0/+22
|
* Fix big play buttonChocobozzz2021-06-281-2/+2
|
* Move to sass moduleChocobozzz2021-06-2819-98/+91
|
* Move to sass @useChocobozzz2021-06-2817-87/+89
|
* Add ability to search playlistsChocobozzz2021-06-251-0/+1
|
* Cleanup contact form with URLChocobozzz2021-06-151-1/+1
| | | | | | Parent component still have the responsability to explicitely open the modal Rely on data router param to open or not the modal
* Add max rows to videos listChocobozzz2021-06-091-2/+5
|
* Improve channel card custom markupChocobozzz2021-06-091-0/+13
|
* Bidi supportChocobozzz2021-06-0713-101/+193
|
* Replace local menu iconChocobozzz2021-05-281-1/+2
|
* Fix UI overflowsChocobozzz2021-05-261-0/+2
|
* Fix logger warning levelChocobozzz2021-05-141-0/+1
|
* Fix mask-image propertyChocobozzz2021-05-075-41/+40
| | | | Needed by chrome
* Fix miniature avatar sizeChocobozzz2021-05-052-4/+6
|
* Add ability to filter my videos by liveChocobozzz2021-05-031-4/+4
|
* Fix avatar size in moderation tablesChocobozzz2021-04-291-4/+3
|
* Fix my library/account/admin sub titles alignmentChocobozzz2021-04-291-1/+3
|
* Move to stylelintChocobozzz2021-04-2819-154/+200
|
* Refactor actor avatar displayChocobozzz2021-04-282-39/+6
|
* add stats videojs pluginRigel Kent2021-04-283-2/+45
|
* Use account initial as default avatar (#4002)kontrollanten2021-04-271-9/+1
| | | | | | | * client: use account initial as default avatar * fix UI in user list Avatars was cutted in the top and bottom
* Fix ng-select with an imageChocobozzz2021-04-271-0/+5
|
* Fix font size inconsistency with ng-selectChocobozzz2021-04-261-5/+3
|
* Fix modal word breakChocobozzz2021-04-261-1/+1
|
* Refactor feed componentChocobozzz2021-04-151-1/+1
|
* Refactor comment add cssChocobozzz2021-04-151-0/+4
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-151-4/+0
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Refactor modal buttons styleChocobozzz2021-04-143-12/+9
|
* Move player style in watch componentChocobozzz2021-04-141-5/+0
|
* add icons in contextmenuRigel Kent2021-04-121-1/+27
|
* Merge branch 'release/3.1.0' into developChocobozzz2021-04-081-1/+2
|\
| * Fix embed playlist menu background on focusChocobozzz2021-04-081-1/+2
| |
* | Display banner on channel pageChocobozzz2021-04-081-1/+1
| |
* | Add ability to update the bannerChocobozzz2021-04-082-4/+9
| |
* | Reducing tag input excessive padding; fixes #3915 (#3927)aschaap2021-04-071-6/+8
| | | | | | | | | | | | | | | | | | | | | | * Removed !important and added rules to style tags input; fixes #3915 * Simplifying what @rigelk was achieving with !important in 149e4cc * Compressed CSS selectors Co-authored-by: Rigel Kent <par@rigelk.eu> Co-authored-by: Rigel Kent <par@rigelk.eu>