Fix kiwi://extensions on small screens#732
Fix kiwi://extensions on small screens#732bershanskiy wants to merge 1 commit intokiwibrowser:kiwifrom
Conversation
|
@kiwibrowser I would appreciate if you could trigger CI build, since GitHub Actions on my fork do not have necessary token and I couldn't find docs about building Kiwi from full source on Linux (or any other platform). |
|
This is basically a "hello world" PR to test out build system and process while fixing a minor thing. |
Huge
left a comment
There was a problem hiding this comment.
Fairly good, have not tested myself either, though.
| --cr-toolbar-field-width: 100%; | ||
| } | ||
|
|
||
| /* On small screens hide the toggle label so to live space for toggle itself. */ |
| } | ||
|
|
||
| /* On small screens hide the toggle label so to live space for toggle itself. */ | ||
| @media (max-width: 400px) { |
There was a problem hiding this comment.
not sure setting a (large enough though )constant is a good practice.
|
Great effort! |
e443cb4 to
32dfc33
Compare
This was not tested on real build yet (waiting for CI)
This PR fixes visual issues of
kiwi://extensionson small screens (less than 400 virtual pixels):There was a way to access the toggle, but it was not intuitive (click on "search" icon to hide page label, then hold and swipe the toggle).
Before
Screenshot made on Kiwi 105.0.5195.33 on Samsung Galaxy S20 FE:

After:
Screenshot made on Chromium on PC (real Kiwi screenshot coming later):
