Фикс одного говнокода на фронтенде другим говнокодом.

This commit is contained in:
Mootfrost777 2022-08-20 18:44:28 +03:00
parent 7e22981d05
commit 3c6d5cb5ca
3 changed files with 4 additions and 5 deletions

View file

@ -29,7 +29,7 @@ steps:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker-compose -p Mootfrost-dev up -d
- docker-compose -p mootfrost-dev up -d
- name: prune
image: docker/compose:latest
volumes:

View file

@ -26,7 +26,8 @@ html, body {
}
.particles-js-canvas-el {
max-height: 100%;
height: 100%;
width: 100%;
}
h1 {

View file

@ -25,8 +25,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body ondragstart="return false;" ondrop="return false;" class="no-scrolling">
<div id="particles-js">
<body ondragstart="return false;" ondrop="return false;" class="no-scrolling" id="particles-js">
<div class="title-menu center">
<div class="title-div horizontal-container title-container">
<h1 class="title">mootfrost</h1>
@ -51,7 +50,6 @@
<footer>
<p class="footer-text">v0.6</p>
</footer>
</div>
<script src="/static/resources/scripts/plugins/particles/particles.min.js"></script>
<script src="/static/resources/scripts/script.js"></script>