Make transit secret view tiles look better.
This commit is contained in:
parent
3e589db3fe
commit
00780c7e9e
|
@ -18,7 +18,7 @@ export class TransitViewSecretPage extends Page {
|
|||
onclick: onclick,
|
||||
children: makeElement({
|
||||
tag: "div",
|
||||
class: ["uk-tile", "uk-tile-default", "uk-tile-primary", "uk-padding-small"],
|
||||
class: ["uk-padding-small", "uk-background-primary"],
|
||||
children: [
|
||||
makeElement({
|
||||
tag: "p",
|
||||
|
@ -48,7 +48,11 @@ export class TransitViewSecretPage extends Page {
|
|||
setTitleElement(pageState);
|
||||
setPageContent(makeElement({
|
||||
tag: "div",
|
||||
class: ["uk-child-width-1-2", "uk-grid-collapse", "uk-grid-small"],
|
||||
class: ["uk-grid", "uk-child-width-expand@s"],
|
||||
attributes: { "uk-grid": "" },
|
||||
children: makeElement({
|
||||
tag: "div",
|
||||
class: ["uk-list", "uk-width-2-3@s"],
|
||||
attributes: { "uk-grid": "" },
|
||||
children: [
|
||||
makeElement({
|
||||
|
@ -71,6 +75,7 @@ export class TransitViewSecretPage extends Page {
|
|||
]
|
||||
}),
|
||||
]
|
||||
})
|
||||
}));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue