diff --git a/.env b/.env index 2b5c23e..26c8430 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ # check availability of the Docker images for the given versions here: # https://hub.docker.com/r/hexpm/elixir/tags ELIXIR_VERSION=1.19.5 -ERLANG_VERSION=28.3 -ALPINE_VERSION=3.23.2 +ERLANG_VERSION=28.3.3 +ALPINE_VERSION=3.22.3 X_WINDOWS_ADDRESS=192.168.0.16 diff --git a/.tool-versions b/.tool-versions index 7b827f5..596d517 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ # sync versions with .env file elixir 1.19.5-otp-28 -erlang 28.3 +erlang 28.3.3 diff --git a/assets/css/app.css b/assets/css/app.css index a5108c2..84c0a24 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -46,11 +46,12 @@ ul { flex-direction: column; height: 100vh; margin: 0 auto; + padding: 0 1rem; max-width: 56rem; } #top { - margin: 2rem 0; + margin: 1rem 0; } #main { diff --git a/assets/css/search_form.css b/assets/css/search_form.css index cd05617..ba46c2b 100644 --- a/assets/css/search_form.css +++ b/assets/css/search_form.css @@ -6,7 +6,7 @@ #search_form-wrapper_lang { position: absolute; right: 0; - top: -4rem; + top: -3.2rem; } #search_form-wrapper_query { @@ -90,6 +90,7 @@ padding: 0.5rem 0.75rem; position: absolute; width: 100%; + z-index: 1; li { list-style: none; diff --git a/lib/lexin_web/components/layouts/root.html.heex b/lib/lexin_web/components/layouts/root.html.heex index 0374348..d8e2986 100644 --- a/lib/lexin_web/components/layouts/root.html.heex +++ b/lib/lexin_web/components/layouts/root.html.heex @@ -25,7 +25,7 @@ - diff --git a/mix.exs b/mix.exs index 7688cb2..bb56148 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Lexin.MixProject do use Mix.Project @app :lexin - @version "0.20.0" + @version "0.20.3" def project do [