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

View File

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

View File

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

View File

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