Frontend fixes (#267)

* Fix mermaid display

* Move Login/Register buttons on mobile

* Min width on avatar
This commit is contained in:
Thomas Miceli
2024-04-28 02:54:18 +02:00
committed by GitHub
parent 3551fd745a
commit 1aa94292db
4 changed files with 15 additions and 4 deletions

View File

@ -33,6 +33,8 @@ FROM base AS dev
EXPOSE 6157 2222 16157
VOLUME /opengist
RUN git config --global --add safe.directory /opengist
CMD ["make", "watch"]