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

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 { .name_project {
font-size: 3vw !important; font-size: 3vw !important;
margin-right: 4vw; margin-right: 4vw;
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap
} }
.edit_block { .edit_block {
display: flex; display: flex;
@ -215,26 +218,36 @@
align-items: center; align-items: center;
} }
.quest_button_block_one { .quest_button_block_one {
width: 50%; width: 90%;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: flex-start; align-items: flex-start;
} }
.quest_title_block { .quest_title_block {
width: 90%; width: 100%;
height: 4vw; height: 4vw;
display: flex; display: flex;
align-items: center; align-items: center;
} }
.quest_title { .quest_title {
overflow-y: hidden; overflow-y: hidden;
overflow-x: hidden; overflow-x: auto;
max-height: 1.5vw; max-height: 4vw;
font-size: 1.5vw; font-size: 1.5vw;
display: flex; display: flex;
align-items: center; align-items: center;
margin-top: 0.7vw; margin-top: 0.7vw;
margin-left: 1.8vw; 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 { .deadline_block {
border-radius: 5vw !important; border-radius: 5vw !important;

View File

@ -51,6 +51,9 @@
} }
.name_project { .name_project {
font-size: 3vw !important; font-size: 3vw !important;
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap
} }
.header_task_block { .header_task_block {
width: 60vw; width: 60vw;
@ -103,21 +106,21 @@
align-items: center; align-items: center;
} }
.quest_button_block_one { .quest_button_block_one {
width: 50%; width: 95%;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: flex-start; align-items: flex-start;
} }
.quest_title_block { .quest_title_block {
width: 90%; width: 100%;
height: 4vw; height: 4vw;
display: flex; display: flex;
align-items: center; align-items: center;
} }
.quest_title { .quest_title {
overflow-y: hidden; overflow-y: hidden;
overflow-x: hidden; overflow-x: auto;
max-height: 3vw; max-height: 4vw;
font-size: 1.5vw; font-size: 1.5vw;
display: flex; display: flex;
align-items: center; align-items: center;
@ -126,6 +129,14 @@
font-size: 3.5vw; font-size: 3.5vw;
white-space: nowrap 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 { .quest_body_block {
background-color: #9E795A; background-color: #9E795A;
width: 100%; width: 100%;