diff --git a/frontend/src/app/bisq/bisq-transaction/bisq-transaction.component.html b/frontend/src/app/bisq/bisq-transaction/bisq-transaction.component.html
index 51e06d7c8..172ac6861 100644
--- a/frontend/src/app/bisq/bisq-transaction/bisq-transaction.component.html
+++ b/frontend/src/app/bisq/bisq-transaction/bisq-transaction.component.html
@@ -1,98 +1,102 @@
+
-
-
-
- Transaction
-
-
-
-
-
-
-
-
-
-
- Timestamp |
-
- {{ bisqTx.time | date:'yyyy-MM-dd HH:mm' }}
-
- |
-
-
- Included in block |
-
- {{ bisqTx.blockHeight }}
- |
-
-
- Features |
-
-
-
-
-
- |
-
-
-
-
-
-
-
-
- Burnt amount |
-
- {{ bisqTx.burntFee / 100 | number: '1.2-2' }} BSQ
- |
-
- Fee per vByte |
-
- {{ tx.fee / (tx.weight / 4) | number : '1.1-1' }} sat/vB
-
-
- |
-
- |
-
-
-
-
-
-
+
+
+
Transaction
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Timestamp |
+
+ {{ bisqTx.time | date:'yyyy-MM-dd HH:mm' }}
+
+ |
+
+
+ Included in block |
+
+ {{ bisqTx.blockHeight }}
+ |
+
+
+ Features |
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+ Burnt amount |
+
+ {{ bisqTx.burntFee / 100 | number: '1.2-2' }} BSQ
+ |
+
+ Fee per vByte |
+
+ {{ tx.fee / (tx.weight / 4) | number : '1.1-1' }} sat/vB
+
+
+ |
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
Details
+
+
+
+
+
+
+
Inputs & Outputs
+
+
+
+
-
-
-
-
Details
-
-
-
-
-
-
-
Inputs & Outputs
-
-
-
-
-
diff --git a/frontend/src/app/bisq/bisq-transaction/bisq-transaction.component.scss b/frontend/src/app/bisq/bisq-transaction/bisq-transaction.component.scss
index d9081a6de..fea033a96 100644
--- a/frontend/src/app/bisq/bisq-transaction/bisq-transaction.component.scss
+++ b/frontend/src/app/bisq/bisq-transaction/bisq-transaction.component.scss
@@ -1,126 +1,137 @@
.adjust-btn-padding {
padding: 0.55rem;
-}
-
-.title-block {
- padding-top: 1px;
-}
-
-@media (max-width: 767.98px) {
- .mobile-bottomcol {
- margin-top: 15px;
- }
-}
-
-.td-width {
- width: 150px;
+ }
+
+ .title-block {
+ color: #FFF;
+ padding-top: 20px;
+ border-top: 3px solid #FFF;
+ width: 100%;
+ padding-bottom: 30px;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
@media (min-width: 768px) {
- width: 175px;
- }
-}
-
-
-h1 {
- margin-bottom: 0;
-}
-
-.badge {
- position: relative;
- top: -1px;
-}
-
-.btn-small-height {
- line-height: 1.1;
-}
-
-.arrow-green {
- color: #1a9436;
-}
-
-.arrow-red {
- color: #dc3545;
-}
-
-.btn-success {
- float: right;
- margin-bottom: 0px;
- margin-top: 5px;
-}
-
-.tx-link {
- display: block;
- width: auto;
- margin-bottom: 10px;
- margin-left: 2px;
- margin-top: 40px;
- position: absolute;
- @media (min-width: 700px) {
- margin-top: 14px;
- margin-left: 10px;
- position: relative;
- text-align: left;
- width: 100%;
- top: 14px;
- left: 10px;
+ padding-bottom: 0px;
}
}
-
-.container-xl {
- margin-bottom: 40px;
-}
-
-.row{
- flex-direction: column;
- @media (min-width: 768px) {
- flex-direction: row;
- }
-}
-
-@media (max-width: 767.98px) {
- .mobile-bottomcol {
- margin-top: 15px;
- }
- .details-table td:first-child {
- white-space: pre-wrap;
- }
-}
-
-.fiat {
- display: block;
- font-size: 13px;
- @media (min-width: 576px){
- display: inline-block;
- margin-left: 15px;
- font-size: 14px;
+
+ h1{
+ margin-top: 2px;
+ margin-bottom: 0;
+ float: left;
+ margin-top: 2px;
+ @media (min-width: 768px){
+ margin-top: -8px;
+ }
+ }
+
+ .container-buttons {
+ text-align: right;
+ width: 100%;
+ @media (min-width: 850px) {
+ width: auto;
+ float: right;
+ }
+ }
+
+ .tx-link {
+ display: block;
+ width: auto;
+ margin-bottom: 10px;
+ margin-left: 2px;
+ margin-top: 40px;
+ position: absolute;
+ @media (min-width: 768px) {
+ margin-top: 14px;
+ margin-left: 10px;
+ position: relative;
text-align: left;
- }
-}
-
-h1{
- font-size: 1.75rem;
- margin-top: 2px;
- margin-bottom: 0;
- float: left;
- padding-bottom: 40px;
- @media (min-width: 375px){
- margin-top: 0px;
- font-size: 2rem;
- }
- @media (min-width: 768px){
- padding-bottom: 10px;
- }
-}
-.transaction-container {
- font-size: 14px;
- @media (min-width: 576px){
- font-size: 16px;
- }
- tr td {
- &:last-child{
- text-align: right;
- @media (min-width: 768px){
- text-align: left;
- }
- }
- }
-}
\ No newline at end of file
+ width: auto;
+ float: left;
+ }
+ }
+
+ .td-width {
+ width: 150px;
+
+ @media (max-width: 768px) {
+ width: 175px;
+ }
+ }
+
+ .badge {
+ position: relative;
+ top: -1px;
+ }
+
+ .btn-small-height {
+ line-height: 1.1;
+ }
+
+ .arrow-green {
+ color: #1a9436;
+ }
+
+ .arrow-red {
+ color: #dc3545;
+ }
+
+ .btn {
+ margin-top: 5px;
+ }
+
+ .container-xl {
+ margin-bottom: 40px;
+ }
+
+ .row{
+ flex-direction: column;
+ @media (min-width: 850px) {
+ flex-direction: row;
+ }
+ }
+
+ @media (max-width: 767.98px) {
+ .mobile-bottomcol {
+ margin-top: 15px;
+ }
+
+ .details-table td:first-child {
+ white-space: pre-wrap;
+ }
+ }
+
+ .fiat {
+ display: block;
+ @media (min-width: 768px){
+ display: inline-block;
+ margin-left: 15px;
+ text-align: left;
+ }
+ }
+
+ .table {
+ tr td {
+ padding: 0.75rem 0.5rem;
+ @media (min-width: 576px) {
+ padding: 0.75rem 0.75rem;
+ }
+ &:last-child {
+ text-align: right;
+ @media (min-width: 768px) {
+ text-align: left;
+ }
+ }
+ .btn {
+ display: block;
+ }
+ }
+ }
+
+ .effective-fee-container{
+ display: block;
+ @media (min-width: 768px){
+ display: inline-block;
+ }
+ }
\ No newline at end of file
diff --git a/frontend/src/app/bisq/bisq-transactions/bisq-transactions.component.scss b/frontend/src/app/bisq/bisq-transactions/bisq-transactions.component.scss
index 72d305d08..a42d55e5e 100644
--- a/frontend/src/app/bisq/bisq-transactions/bisq-transactions.component.scss
+++ b/frontend/src/app/bisq/bisq-transactions/bisq-transactions.component.scss
@@ -15,12 +15,6 @@ label {
}
}
-h1{
- font-size: 1.5rem;
- @media(min-width: 375px){
- font-size: 2rem;
- }
-}
.container-xl {
padding-bottom: 60px;
@media(min-width: 400px){