SubNavigation: increase Back button size, constrain message width
This commit is contained in:
parent
47a3ecc30e
commit
95e80fc4f5
1 changed files with 7 additions and 2 deletions
|
@ -156,19 +156,24 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
|
font-size: 16px;
|
||||||
|
|
||||||
.svg-icon {
|
.svg-icon {
|
||||||
margin-right: 7px;
|
margin-right: 7px;
|
||||||
width: 22px;
|
width: 26px;
|
||||||
height: 22px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__message {
|
&__message {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
padding: 0 10px;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
overflow-x: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
max-width: calc(100vw - 200px);
|
||||||
}
|
}
|
||||||
|
|
||||||
&__cog {
|
&__cog {
|
||||||
|
|
Loading…
Reference in a new issue