pull down log container size

This commit is contained in:
mbecker20
2022-04-14 07:21:53 -07:00
parent b9a19f0261
commit 55243f122d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3,8 +3,6 @@ FROM node:alpine
RUN apk update && apk add docker git openrc yarn python3 --no-cache
RUN addgroup root docker && rc-update add docker boot
COPY ./frontend /frontend
WORKDIR /monitor
COPY ./build/package.json ./
@@ -15,4 +13,6 @@ RUN apk add --no-cache --virtual .gyp python3 make g++ \
COPY ./build/main.js ./
COPY ./frontend /frontend
CMD node main.js
@@ -1,7 +1,7 @@
@use "../../../../style/colors.scss" as c;
.LogContainer {
max-height: 80vh;
max-height: 75vh;
margin: 0.5rem;
margin-top: 0rem;
background-color: rgba(c.$darkgrey, 0.6);