diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..fc01c15 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM node:lts-alpine AS build +WORKDIR /build +COPY . . + +FROM nginx:alpine +COPY --from=build /build /usr/share/nginx/html +EXPOSE 80 \ No newline at end of file diff --git a/index.css b/index.css index 3c5a86a..8f2e8c2 100644 --- a/index.css +++ b/index.css @@ -76,6 +76,16 @@ html, body { margin-bottom: 20px; } +.settings-row th, .settings-row td { + border: 1px solid rgb(102, 79, 39); + padding: .5em; +} + +.settings-row.table { + max-width: 40dvh; + overflow-y: auto; +} + .submit { color: inherit; background-color: rgb(38, 39, 47); diff --git a/index.html b/index.html index d679096..3393899 100644 --- a/index.html +++ b/index.html @@ -48,6 +48,19 @@ +
| Номер падения | +Расстояние | +
|---|