diff --git a/Dockerfile b/Dockerfile index 4f038d4..ae9d4cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN npm install && \ FROM python:3.10-slim-bullseye -ENV VERSION_NUMBER 0.1.0-44-g9c56ed4 +ENV VERSION_NUMBER 0.1.0-45-g5172c38 ENV PROD 1 RUN useradd --create-home --uid 1000 timetracker diff --git a/src/web/tracker/static/base.css b/src/web/tracker/static/base.css index 6ea24a9..fb4fe77 100644 --- a/src/web/tracker/static/base.css +++ b/src/web/tracker/static/base.css @@ -742,6 +742,10 @@ select { margin-top: 1rem; } +.ml-1 { + margin-left: 0.25rem; +} + .block { display: block; } @@ -750,14 +754,14 @@ select { display: flex; } -.h-4 { - height: 1rem; -} - .h-5 { height: 1.25rem; } +.h-4 { + height: 1rem; +} + .min-h-screen { min-height: 100vh; } @@ -766,6 +770,10 @@ select { width: 100%; } +.w-5 { + width: 1.25rem; +} + .w-7 { width: 1.75rem; } @@ -774,10 +782,6 @@ select { width: 1rem; } -.w-5 { - width: 1.25rem; -} - .max-w-screen-lg { max-width: 1024px; } diff --git a/src/web/tracker/templates/list_sessions.html b/src/web/tracker/templates/list_sessions.html index b20df2b..7796c7f 100644 --- a/src/web/tracker/templates/list_sessions.html +++ b/src/web/tracker/templates/list_sessions.html @@ -27,7 +27,10 @@ {{ data.timestamp_end | date:"d/m/Y H:i" }} {% endif %} -
{{ data.duration_formatted }}{% if data.duration_manual %} (M){% endif %}
+
{{ data.duration_formatted }}{% if data.duration_manual %} + + + {% endif %}
{% if data.unfinished %}