fix(client): breadcrumbs touchup (#40911)
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
.challenge-title-wrap {
|
.challenge-title-wrap {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.challenge-title {
|
.challenge-title {
|
||||||
@ -11,9 +12,7 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin-left: -10px;
|
border: 1px solid var(--quaternary-background);
|
||||||
margin-right: -10px;
|
|
||||||
border-bottom: 1px solid var(--quaternary-color);
|
|
||||||
height: 25px;
|
height: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -31,6 +30,7 @@
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-shrink: 2;
|
flex-shrink: 2;
|
||||||
background-color: var(--quaternary-background);
|
background-color: var(--quaternary-background);
|
||||||
|
padding: 0px 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb-center {
|
.breadcrumb-center {
|
||||||
@ -56,6 +56,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
padding: 0px 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb-rule {
|
.breadcrumb-rule {
|
||||||
|
Reference in New Issue
Block a user