Tweak styling for small screens
This commit is contained in:
parent
b6d9a3127c
commit
69d4ea765c
1 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ export default class AttributionPanel extends Combine {
|
||||||
const sources = Utils.NoNull(Utils.NoEmpty(license.sources))
|
const sources = Utils.NoNull(Utils.NoEmpty(license.sources))
|
||||||
|
|
||||||
return new Combine([
|
return new Combine([
|
||||||
`<img src='${iconPath}' style="width: 50px; height: 50px; margin-right: 0.5em;">`,
|
`<img src='${iconPath}' style="width: 50px; height: 50px; min-width: 50px; min-height: 50px; margin-right: 0.5em;">`,
|
||||||
new Combine([
|
new Combine([
|
||||||
new FixedUiElement(license.authors.join("; ")).SetClass("font-bold"),
|
new FixedUiElement(license.authors.join("; ")).SetClass("font-bold"),
|
||||||
new Combine([license.license,
|
new Combine([license.license,
|
||||||
|
@ -122,7 +122,7 @@ export default class AttributionPanel extends Combine {
|
||||||
]
|
]
|
||||||
).SetClass("block")
|
).SetClass("block")
|
||||||
]).SetClass("flex flex-col")
|
]).SetClass("flex flex-col")
|
||||||
]).SetClass("flex")
|
]).SetClass("flex flex-wrap")
|
||||||
}
|
}
|
||||||
|
|
||||||
private static GenerateLicenses() {
|
private static GenerateLicenses() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue