Replies: 7 comments 9 replies
-
How about pulling the right bottom handle down to resize the console? It needs to work this way to accomodate larger consoles on phones. |
Beta Was this translation helpful? Give feedback.
-
I start to like the idea. Been playing with it. Seems it really needs spaces around the operator (-). And as always there is the catch of finding the correct value for your current 340px value. Try to enable display of hostname in GUI ( There needs to be a way to find the correct viewport value. |
Beta Was this translation helpful? Give feedback.
-
Thx for the flexbox way. Did make a mockup and indeed some changes need to be made. I'll see how to manage this while still keeping the code as small as possible. |
Beta Was this translation helpful? Give feedback.
-
Try latest dev release. I implemented a minimal version of flexbox for default console. While testing on Chrome, Edge and iPhone I was suprised about the result! Thx for the idea. |
Beta Was this translation helpful? Give feedback.
-
Tried it too. Awesome work! |
Beta Was this translation helpful? Give feedback.
-
Have to find a solution for landscape mode on mobile phone (or not)…. |
Beta Was this translation helpful? Give feedback.
-
Perhaps a min-height could help?
…On Sat, Aug 5, 2023, 08:10 Theo Arends ***@***.***> wrote:
Have to find a solution for landscape mode on mobile phone (or not)….
[image: image]
<https://user-images.githubusercontent.com/11044339/258566612-5d8e346e-0d34-42f7-b7ad-50b3fa602ccf.png>
—
Reply to this email directly, view it on GitHub
<#19241 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACCB26I23KRPL3XUPMD4E3XTXPWJANCNFSM6AAAAAA3AQWA3E>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
The tasmota console height is currently fixed to 318 pixels which just wastes a lot of space that could be used. With a tiny bit of css I've increased it to scale to the screen height, but I'm not sure if this works in all cases with all monitors. Perhaps there's some weirdness that I didn't think of :)
In any case, this works for me for both the berry and the regular console:
I've added it as a userstyle right now using the following regex url rule:
http://\d+\.\d+\.\d+\.\d+/(cs\?|bc)
Test the userstyle from here: https://userstyles.world/style/11283/tasmota-console-height
Beta Was this translation helpful? Give feedback.
All reactions