aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/search/search.component.scss
Commit message (Collapse)AuthorAgeFilesLines
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-091-2/+2
| | | | | | | | | | | | | | | * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view
* Fix non-fixed header and menu when overflow-x body on touchscreens (#2711)Kim2020-05-111-1/+43
| | | | | | | | | * Make my-account-videos responsive on small screens * Make my-account-channels responsive for small screens * Make search result responsive on small screen Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix broken views on mobile and small screens (#2671)Kim2020-04-271-20/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix mobile CSS for my-account-settings * Fix mobile CSS for my-account-videos * Fix mobile CSS my-account-video-channels * Fix mobile CSS for my-account-playlists * Fix CSS mobile for user-subscriptions header * Fix CSS mobile my-account-video-channel-edit * Fix CSS mobile / small view for textarea * Fix margin-right my-delete-button on inside span * Fix CSS mobile on accounts page * Fix indent * Fix CSS mobile for my-account-notifications * Fix CSS mobile / small view my-account-videos * Fix search small-view channels * Use miniature width for title of video on mobile * Add dots to ellipsis multilines * Fix controls and title video width small views * Fix my-account-playlist small and mobile views * Fix channels header + account header mobile * Fix CSS mobile/small view for my-account/subscriptions * Fix align followers channel item * Center header elements user account page on mobile * Fix margins on a element and img * Fix margin img channel or video Co-Authored-By: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-251-1/+1
|
* Add params to share modalChocobozzz2019-06-121-12/+0
|
* Refactor video miniaturesChocobozzz2019-04-031-42/+5
|
* Refactor ellipsis CSSChocobozzz2019-02-201-3/+1
|
* Refactor how we use iconsChocobozzz2019-01-171-2/+2
| | | | Inject them in an angular component so we can easily change their color
* Fix channels search on mobileChocobozzz2018-09-051-21/+43
|
* add theming via css custom propertiesRigel Kent2018-09-041-2/+2
| | | | and a bonus dark color theme toggle
* Fix search results on mobileChocobozzz2018-09-041-1/+2
|
* Videos overview page: first versionChocobozzz2018-08-311-9/+0
|
* Fetch outbox when searching an actorChocobozzz2018-08-271-2/+0
|
* Add ability to search video channelsChocobozzz2018-08-271-0/+36
|
* Upgrade to bootstrap 4 first stepChocobozzz2018-08-091-1/+1
|
* Fix responsive on videos searchChocobozzz2018-07-311-1/+15
|
* Responsive advanced searchChocobozzz2018-07-241-2/+7
|
* Add advanced search in clientChocobozzz2018-07-241-7/+39
|
* Begin advanced searchChocobozzz2018-07-241-0/+93