1
0
Fork 0
peertube/client
aschaap 97c116edf9
Fixing disappearing hamburger menu for narrow screens (#3929)
* 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.
2021-04-08 11:07:18 +02:00
..
e2e Fix local e2e tests 2021-03-05 10:26:10 +01:00
src Fixing disappearing hamburger menu for narrow screens (#3929) 2021-04-08 11:07:18 +02:00
webpack Use named chunk for embed on analyze 2021-02-25 15:01:29 +01:00
.browserslistrc Allow plugins to load a video by id 2021-02-11 10:23:52 +01:00
.gitignore
.sass-lint.yml Remove husky 2020-01-21 14:28:28 +01:00
angular.json Support sq 2021-03-09 11:34:46 +01:00
package.json Bumped to version v3.1.0 2021-03-24 18:18:40 +01:00
proxy.config.json
tsconfig.app.json Upgrade to angular 10 2020-08-07 08:28:14 +02:00
tsconfig.base.json Update scripts to update translations 2020-11-25 16:52:02 +01:00
tsconfig.json Upgrade to angular 10 2020-08-07 08:28:14 +02:00
tslint.json Upgrade to angular 10 2020-08-07 08:28:14 +02:00
yarn.lock Upgrade client dependencies 2021-03-24 18:18:41 +01:00