Page 1 of 1

Backend view broken on mobile

Posted: Tue Jun 05, 2018 3:47 pm
by Loweis
On screens smaller 380px Bludit backend does use only a third of full width.
The following did fix it for me:

in
bl-kernel/admin/themes/default/css/default.css:
Line 318 (.uk-grid)
add: width:100%;

and in
bl-kernel/admin/themes/default/css/uikit/uikit.almost-flat.min.css:
.uk-width-1-3, .uk-width-2-6 -> width: 100%; (instead of 33.333%)

This is fix a temporary fix! But it may be heplful until the new backend (which is under developement) is ready.

See also: https://github.com/bludit/bludit/issues/701
Bildschirmfoto 2018-06-04 um 10.29.32.png
Bildschirmfoto 2018-06-04 um 10.29.32.png (49.11 KiB) Viewed 1794 times

Re: Backend view broken on mobile

Posted: Wed Jun 06, 2018 11:57 am
by devprodest