-
Notifications
You must be signed in to change notification settings - Fork 864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Larger search/URL bar #5348
Larger search/URL bar #5348
Conversation
it's now `1fr 1.5fr .5fr` for the grid. Still have to add `flex-shrink` to `.side` in case logo is hidden.
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
* shaka-migration: (87 commits) Bump mpd_version from 5 to 7 Move shaka-player CSS import into the Vue file Add chapter markers Fix i18n import in custom player components Update shaka-player to version 4.10.0 Translated using Weblate (French) Bump marked from 13.0.0 to 13.0.1 (FreeTubeApp#5357) Bump electron-context-menu from 4.0.0 to 4.0.1 (FreeTubeApp#5356) Bump electron from 31.0.2 to 31.1.0 (FreeTubeApp#5355) Bump postcss from 8.4.38 to 8.4.39 in the stylelint group (FreeTubeApp#5354) Bump eslint-plugin-promise from 6.2.0 to 6.4.0 in the eslint group (FreeTubeApp#5353) Larger search/URL bar (FreeTubeApp#5348) Translated using Weblate (Hungarian) Translated using Weblate (Hungarian) Translated using Weblate (English (United Kingdom)) Translated using Weblate (Italian) Translated using Weblate (Spanish (Mexico)) Translated using Weblate (French) Translated using Weblate (German) Translated using Weblate (Turkish) ... # Conflicts: # src/renderer/store/modules/index.js
Looks like this pull request was only designed with wide window sizes in mind which results in this bug: #5540 @4yman-0 Please create a follow up pull request that only uses the changes from this pull request on wide window sizes, to fix that bug. Would be nice if we didn't have to revert your pull request to fix the bug. |
I don't think that's quite it, because even on wide window sizes it appears off-center, because it's centered using grid across the whole width of the top bar (and thus relative to the viewport, rather than the content area as would feel more natural (#5540)). |
This reverts commit 38edc70.
* development: (49 commits) Translated using Weblate (Japanese) Translated using Weblate (French) Fix long comments overflowing and breaking the layout (FreeTubeApp#5774) Cleanup unused code in the store (FreeTubeApp#5776) Revert "Larger search/URL bar (FreeTubeApp#5348)" (FreeTubeApp#5773) Fix loading from search cache failing when no features are selected (FreeTubeApp#5775) Bump lefthook from 1.7.15 to 1.7.17 (FreeTubeApp#5768) Bump webpack from 5.94.0 to 5.95.0 (FreeTubeApp#5770) Bump sass from 1.79.3 to 1.79.4 (FreeTubeApp#5771) Translated using Weblate (Chinese (Traditional Han script)) Change the Proxy Videos Through Invidious setting to only apply when using the Invidious API (FreeTubeApp#5758) Support copying post links from the context menu (FreeTubeApp#5760) Local API: Fix error when a community post has no likes (FreeTubeApp#5759) Translated using Weblate (English (United Kingdom)) Translated using Weblate (Dutch) Translated using Weblate (Swedish) Do not overwrite cache entries when hitting RSS ratelimits (FreeTubeApp#5756) Translated using Weblate (Czech) Translated using Weblate (Hungarian) Translated using Weblate (Hungarian) ...
Larger search/URL bar #5341
Pull Request Type
Related issue
closes #5341
Description
modify
top-nav
SCSS so that the grid gives more space to search bar. This PR also increases its max width.Screenshots
before:
after:
Desktop
Additional context
I also want to add
flex-shrink
for first item for "hide FreeTube logo" because SPACE WASTE.