forked from shibao/cannery
add styles to background element
This commit is contained in:
parent
5b6bd00047
commit
076d5eea18
@ -10,8 +10,8 @@
|
||||
type="image/jpg"
|
||||
href={Routes.static_path(@conn, "/images/cannery.svg")}
|
||||
/>
|
||||
<.live_title suffix=" | Cannery">
|
||||
<%= assigns[:page_title] || "Cannery" %>
|
||||
<.live_title suffix={" | #{gettext("Cannery")}"}>
|
||||
<%= assigns[:page_title] || gettext("Cannery") %>
|
||||
</.live_title>
|
||||
<link phx-track-static rel="stylesheet" href={Routes.static_path(@conn, "/css/app.css")} />
|
||||
<script
|
||||
@ -23,7 +23,7 @@
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body class="m-0 p-0 w-full h-full bg-white">
|
||||
<body class="m-0 p-0 w-full h-full subpixel-antialiased">
|
||||
<%= @inner_content %>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1146,3 +1146,9 @@ msgstr ""
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/templates/layout/root.html.heex:13
|
||||
#: lib/cannery_web/templates/layout/root.html.heex:14
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Cannery"
|
||||
msgstr ""
|
||||
|
@ -1129,3 +1129,9 @@ msgstr ""
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/templates/layout/root.html.heex:13
|
||||
#: lib/cannery_web/templates/layout/root.html.heex:14
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Cannery"
|
||||
msgstr ""
|
||||
|
@ -1129,3 +1129,9 @@ msgstr ""
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/templates/layout/root.html.heex:13
|
||||
#: lib/cannery_web/templates/layout/root.html.heex:14
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Cannery"
|
||||
msgstr ""
|
||||
|
@ -1148,3 +1148,9 @@ msgstr ""
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/templates/layout/root.html.heex:13
|
||||
#: lib/cannery_web/templates/layout/root.html.heex:14
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Cannery"
|
||||
msgstr "Logo de cannery"
|
||||
|
@ -1149,3 +1149,9 @@ msgstr ""
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/templates/layout/root.html.heex:13
|
||||
#: lib/cannery_web/templates/layout/root.html.heex:14
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Cannery"
|
||||
msgstr "Logo de Cannery"
|
||||
|
@ -1140,3 +1140,9 @@ msgstr ""
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#: lib/cannery_web/templates/layout/root.html.heex:13
|
||||
#: lib/cannery_web/templates/layout/root.html.heex:14
|
||||
#, elixir-autogen, elixir-format, fuzzy
|
||||
msgid "Cannery"
|
||||
msgstr ""
|
||||
|
Loading…
Reference in New Issue
Block a user