Scale to mobile devices
This commit is contained in:
parent
ccc3ad8c88
commit
40868e170b
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Bulk Tagging Dashboard</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script type="text/javascript" src="elm.js"></script>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
|
|
|
@ -545,7 +545,7 @@ viewCardBrowser model =
|
|||
]
|
||||
, description = cardModel.name
|
||||
}
|
||||
, E.el [ E.centerY ] <| E.text cardModel.name
|
||||
, E.el [ E.centerY, E.width E.fill, E.clipX ] <| E.text cardModel.name
|
||||
, E.column [ E.alignRight, E.height E.fill ] <|
|
||||
setBadge cardModel
|
||||
:: List.map priceBadge (prices cardModel)
|
||||
|
|
Loading…
Reference in a new issue