Исправил отображение названия проекта и задач

This commit is contained in:
Andrei 2023-03-11 20:24:13 +05:00
parent 7f666abb31
commit 3e958e13e3
2 changed files with 32 additions and 8 deletions

View File

@ -32,6 +32,9 @@
.name_project {
font-size: 3vw !important;
margin-right: 4vw;
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap
}
.edit_block {
display: flex;
@ -215,26 +218,36 @@
align-items: center;
}
.quest_button_block_one {
width: 50%;
width: 90%;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.quest_title_block {
width: 90%;
width: 100%;
height: 4vw;
display: flex;
align-items: center;
}
.quest_title {
overflow-y: hidden;
overflow-x: hidden;
max-height: 1.5vw;
overflow-x: auto;
max-height: 4vw;
font-size: 1.5vw;
display: flex;
align-items: center;
margin-top: 0.7vw;
margin-left: 1.8vw;
font-size: 3.5vw;
white-space: nowrap
}
.quest_title::-webkit-scrollbar {
height: 0.8vw; /* ширина scrollbar */
}
.quest_title::-webkit-scrollbar-thumb {
background-color: #d49d51; /* цвет плашки */
border-radius: 5vw; /* закругления плашки */
border: 0.25vw solid #ffffff;
}
.deadline_block {
border-radius: 5vw !important;

View File

@ -51,6 +51,9 @@
}
.name_project {
font-size: 3vw !important;
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap
}
.header_task_block {
width: 60vw;
@ -103,21 +106,21 @@
align-items: center;
}
.quest_button_block_one {
width: 50%;
width: 95%;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.quest_title_block {
width: 90%;
width: 100%;
height: 4vw;
display: flex;
align-items: center;
}
.quest_title {
overflow-y: hidden;
overflow-x: hidden;
max-height: 3vw;
overflow-x: auto;
max-height: 4vw;
font-size: 1.5vw;
display: flex;
align-items: center;
@ -126,6 +129,14 @@
font-size: 3.5vw;
white-space: nowrap
}
.quest_title::-webkit-scrollbar {
height: 0.8vw; /* ширина scrollbar */
}
.quest_title::-webkit-scrollbar-thumb {
background-color: #d49d51; /* цвет плашки */
border-radius: 5vw; /* закругления плашки */
border: 0.25vw solid #ffffff;
}
.quest_body_block {
background-color: #9E795A;
width: 100%;