You are not logged in.
Pages: 1
Hello, on small screens the windows do not resize fully, one can not enter the control buttons.
For example with this image, the close button is hide
Last edited by sazearte (2015-12-05 22:05:11)
Offline
Yeah, the full screen and help icons in the toolbar below, disappear also, just by making their frame too small. You may already know this, but if it helps, you can close that window by clicking/dbl clicking the tiny icon in the title bar.
Wolfy
https://www.facebook.com/groups/oneye/
Currently accepting new users... http://www.OS1.hawkwolf.net
onEye admins: OS1 is a beta testing hotbed. Non-core apps available upon request.
Offline
The bug occurs when the screen width is less than about 500px.
For the height against it are no this bug.
I think the bug is in BaseWidgets.js
Last edited by sazearte (2015-12-10 15:39:13)
Offline
Why the windows have a minimum size?
Offline
i found a solution:
in your css theme add:
@media (max-width: 500px) {
#eyeApps {
position: static !important;
}
}
Last edited by sazearte (2015-12-14 23:57:17)
Offline
Thanks, but I don't really know anything about CSS. Could you send the modified code to my email (wolf1 at ecity dot net) or post it to the fb group file section?
Last edited by Wolfy (2015-12-26 12:42:17)
Wolfy
https://www.facebook.com/groups/oneye/
Currently accepting new users... http://www.OS1.hawkwolf.net
onEye admins: OS1 is a beta testing hotbed. Non-core apps available upon request.
Offline
Pages: 1