Compare commits

..

No commits in common. "17921c1097422f60ce43a4495449b6df48455300" and "673baf0d7f9cf13967502c3f3a3c93d9cd580987" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.11-slim as python-base
FROM python:3.10-slim as python-base
ENV PYTHONUNBUFFERED=1 \
PYTHONDONTWRITEBYTECODE=1 \
POETRY_HOME="/opt/poetry" \

View File

@ -432,6 +432,7 @@ a.label-btn {
.activity-attachment {
margin: 30px 0 20px 0;
img, audio, video {
width: 100%;
max-width: 740px;
}
}