SubNavigation: increase Back button size, constrain message width

This commit is contained in:
Alex Gleason 2021-11-12 12:47:36 -06:00
parent 47a3ecc30e
commit 95e80fc4f5
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -156,19 +156,24 @@
justify-content: center;
color: var(--primary-text-color);
opacity: 0.6;
font-size: 16px;
.svg-icon {
margin-right: 7px;
width: 22px;
height: 22px;
width: 26px;
height: 26px;
}
}
&__message {
position: absolute;
padding: 0 10px;
align-self: center;
justify-self: center;
font-weight: bold;
overflow-x: hidden;
text-overflow: ellipsis;
max-width: calc(100vw - 200px);
}
&__cog {