less space in naming, timeout in lives

This commit is contained in:
Ivan 2023-09-18 13:00:43 +03:00
parent 7264a753e8
commit 759ec95ede
Signed by untrusted user who does not match committer: ppechenkoo
GPG Key ID: 0C191B86D9582583
4 changed files with 10 additions and 9 deletions

View File

@ -195,7 +195,7 @@ header img {
}
.main .name {
margin: 35px 145px 100px 145px;
margin: 35px 145px 60px 145px;
display: flex;
align-items: center;
max-width: 1450px;
@ -220,7 +220,7 @@ header img {
background-color: #fcfcff;
background: repeat center url(../img/argus5.png);
border-top: 2px solid #f5f5fa;
min-height: calc(100vh - 162px - 128px);
min-height: calc(100vh - 162px - 92px);
/* height: fit-content; */
padding: 0 145px 0 145px;
justify-content: center;
@ -574,7 +574,7 @@ header img {
font-size: 16px;
font-weight: 500;
border-radius: 1px;
margin-bottom: 100px;
margin-bottom: 225px;
}
.organisation .area-name {
@ -2523,7 +2523,7 @@ input[type="time"]:focus {
/* при разрешении монитора до 1950 пикселей */
.main .name {
margin: 35px 45px 100px 45px;
margin: 35px 45px 60px 45px;
}
.main nav {

View File

@ -10,8 +10,8 @@
<body>
<style>
.main .bg {
min-height: calc(100vh - 162px - 92px) !important;
.main .name {
margin-bottom: 100px !important;
}
</style>

View File

@ -282,7 +282,7 @@
}
}
});
});
});
</script>
@ -338,7 +338,7 @@
videoElementIndex++;
await new Promise(resolve => setTimeout(resolve, 100));
await new Promise(resolve => setTimeout(resolve, 1000));
}
}

View File

@ -94,7 +94,8 @@
<h1>Список предупреждений</h1>
<div class="export">
<img src="../img/share.svg">
<span onclick="generatePDF();">Экспорт</span>
<!-- <span onclick="generatePDF();">Экспорт</span> -->
<span>Экспорт</span>
</div>
</div>