liquid_feedback_frontend

view env/ui/cell_full.lua @ 1700:f7c42bcf1490

Allow showing other units in single unit mode
author bsw
date Thu Sep 23 18:21:11 2021 +0200 (2021-09-23)
parents 32cc544d5a5b
children
line source
1 function ui.cell_full(args)
2 args.attr = args.attr or {}
3 args.attr.class = args.attr.class and args.attr.class .. " " or ""
4 args.attr.class = args.attr.class .. "mdl-cell mdl-cell--12-col"
5 ui.container(args)
6 end

Impressum / About Us