Backend view broken on mobile

Post Reply
Loweis
Jr. Bludit
Posts: 4
Joined: Mon Jun 04, 2018 10:05 am

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 1704 times
User avatar
devprodest
Ssr. Bludit
Posts: 26
Joined: Tue Feb 27, 2018 10:52 am
Location: Moskow, Russia

Post Reply