Change all pixel definitions to responsive 'rem'.
This commit is contained in:
@@ -15,7 +15,7 @@ export default () =>
|
||||
children: [
|
||||
Widget.Label({
|
||||
class_name: "title",
|
||||
label: powermenu.bind("title"),
|
||||
label: powermenu.bind("title").as(t => t.toUpperCase()),
|
||||
}),
|
||||
Widget.Label({
|
||||
class_name: "desc",
|
||||
|
||||
Reference in New Issue
Block a user