aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/header/search-typeahead.component.scss
Commit message (Collapse)AuthorAgeFilesLines
* Fix button/input/select heightsChocobozzz2023-03-161-3/+1
|
* Fix angular build, againChocobozzz2023-02-201-1/+1
| | | | Maybe a bug in the sass loader
* Move search bar at the middle of the headerChocobozzz2022-08-121-6/+7
|
* Fix typeahead font sizeChocobozzz2022-07-151-0/+2
|
* Replace all glyphicon iconsChocobozzz2022-06-131-4/+0
|
* Move to sass moduleChocobozzz2021-06-281-3/+3
|
* Move to sass @useChocobozzz2021-06-281-4/+2
|
* Bidi supportChocobozzz2021-06-071-5/+8
|
* Move to stylelintChocobozzz2021-04-281-6/+7
|
* Refactor menu cssChocobozzz2021-04-151-1/+2
|
* Fixing disappearing hamburger menu for narrow screens (#3929)aschaap2021-04-081-1/+1
| | | | | | | | | | | | | | | | | * Made top search bar more scalable for (physically) narrow screens Removing `flex: auto` on `.top-left-block` for screens narrower than `350px`allows the search bar to resize to fill up the remaining space. Setting `width: 70px` on `#typeahead-container input` for mobile widths prevents the hamburger button from being squished at certain widths. Given that the padding adds up to `50px`, setting what amounts to the minimum width of the search field to `70px` seems reasonable. Fixes #3199. * Making hamburger button margin and spacing narrower for mobile The clickable area is restricted to the icon anyway, and the extra space benefits the search field width on narrow screens.
* Fix playlist element dropdown overflowChocobozzz2020-08-251-1/+1
|
* switch from softies to feathericonsRigel Kent2020-07-011-5/+3
| | | | also organize icons in folders per origin
* Use pointer for search suggestionsChocobozzz2020-06-241-0/+1
|
* soft border-radius for search typeahead suggestionsRigel Kent2020-06-181-2/+8
|
* First implem global searchChocobozzz2020-06-101-4/+4
|
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-091-5/+5
| | | | | | | | | | | | | | | * 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
* Provide z-index centralisation for lower componentsRigel Kent2020-02-211-1/+1
|
* Improve search typeahead performance and use native eventsRigel Kent2020-02-131-3/+27
|
* Make the search helper change based on the server configRigel Kent2020-02-131-4/+7
|
* Gracefully downsize search bar for mobile devicesRigel Kent2020-02-131-1/+15
|
* Add keyboard navigation and hepler to typeaheadRigel Kent2020-02-131-31/+14
|
* Search typeahead initial designRigel Kent2020-02-131-0/+121