web/satellite: navigation label fixed, add token address truncation changed

console error fixed;
https://github.com/storj/storj/issues/5462
https://github.com/storj/storj/issues/5469

Change-Id: I33e9f5ae09a166fdd8b21ef811fc078d14c10663
This commit is contained in:
NickolaiYurchenko 2023-01-13 14:56:02 +02:00 committed by Storj Robot
parent 86fb188be6
commit a80bbb9d16
4 changed files with 7 additions and 6 deletions

View File

@ -54,7 +54,7 @@ const props = withDefaults(defineProps<{
onClick?: (data?: unknown) => void;
// event for the first cell of this item.
hideGuide?: () => void;
onPrimaryClick: (data?: unknown) => void;
onPrimaryClick?: (data?: unknown) => void;
}>(), {
selectDisabled: false,
selected: false,
@ -64,6 +64,7 @@ const props = withDefaults(defineProps<{
item: () => ({}),
onClick: () => {},
hideGuide: () => {},
onPrimaryClick: null,
});
const emit = defineEmits(['selectChange']);

View File

@ -140,7 +140,7 @@ export default class AddTokenFundsModal extends Vue {
<style scoped lang="scss">
.modal {
width: 546px;
width: 560px;
padding: 48px 0 0;
display: flex;
align-items: center;
@ -220,7 +220,7 @@ export default class AddTokenFundsModal extends Vue {
margin: 8px 0 15px;
&__value {
font-size: 14px;
font-size: 13px;
line-height: 20px;
color: #000;
white-space: nowrap;

View File

@ -335,12 +335,12 @@ export default class ProjectSelection extends Vue {
display: flex;
align-items: center;
max-width: calc(100% - 16px);
color: var(--c-grey-6);
&__name {
max-width: calc(100% - 24px - 16px);
font-size: 14px;
line-height: 20px;
color: var(--c-grey-6);
margin-left: 24px;
white-space: nowrap;
overflow: hidden;
@ -520,7 +520,7 @@ export default class ProjectSelection extends Vue {
}
&__placeholder {
display: none;
display: block;
margin: 10px 0 0;
font-family: 'font_medium', sans-serif;
font-size: 9px;

View File

@ -1,4 +1,4 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.33333 2.74841C2.56147 2.98407 2 3.70197 2 4.55095V12.7823C2 13.823 2.84362 14.6666 3.88429 14.6666H9.73549C10.5845 14.6666 11.3023 14.1051 11.5379 13.3332H10.3064C10.1621 13.4827 9.95964 13.5757 9.73549 13.5757H3.88429L3.85957 13.5753C3.43283 13.5622 3.0909 13.2122 3.0909 12.7823V4.55095L3.09128 4.52623C3.09784 4.31192 3.18938 4.119 3.33333 3.98002V2.74841Z" fill="white"/>
<path d="M9.29682 0.666626C9.61245 0.666626 9.91514 0.792004 10.1383 1.01518L13.2712 4.14802C13.4944 4.3712 13.6198 4.67391 13.6198 4.98954V10.7823C13.6198 11.823 12.7762 12.6666 11.7355 12.6666H5.88433C4.84367 12.6666 4.00005 11.823 4.00005 10.7823V2.55099C4.00005 1.51033 4.84367 0.666626 5.88433 0.666626H9.29682ZM8.80983 1.75753H5.88433C5.45445 1.75753 5.10438 2.09951 5.09133 2.52628L5.09095 2.55099V10.7823C5.09095 11.2122 5.43288 11.5623 5.85962 11.5753L5.88433 11.5757H11.7355C12.1654 11.5757 12.5155 11.2338 12.5285 10.8071L12.5289 10.7823V5.47651L9.35538 5.47659C9.06149 5.47659 8.82188 5.24415 8.81036 4.95308L8.80993 4.93114L8.80983 1.75753ZM11.9661 4.38561L9.90073 2.32033L9.90083 4.38569L11.9661 4.38561Z" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB