Node aliase ellipsis

fixes #2455
This commit is contained in:
softsimon
2022-08-31 16:10:59 +03:00
parent 8a2925ab0c
commit 0bc310243f
4 changed files with 15 additions and 27 deletions

View File

@@ -1,29 +1,11 @@
.title-container {
display: flex;
flex-direction: row;
@media (max-width: 768px) {
flex-direction: column;
}
flex-direction: column;
}
.tx-link {
display: flex;
flex-grow: 1;
@media (min-width: 650px) {
align-self: end;
margin-left: 15px;
margin-top: 0px;
margin-bottom: -3px;
}
@media (min-width: 768px) {
margin-bottom: 4px;
top: 1px;
position: relative;
}
@media (max-width: 768px) {
order: 2;
}
flex-wrap: wrap;
}
.qr-wrapper {
@@ -83,4 +65,10 @@ app-fiat {
@media (min-width: 576px) {
width: 40%;
}
}
}
@media (max-width: 767.98px) {
h1 > .skeleton-loader {
height: 28px !important;
};
}