diff --git a/BudgetMasterServer/src/main/resources/static/css/transactions.css b/BudgetMasterServer/src/main/resources/static/css/transactions.css index 6798b857a13595c641f2f7f7d6ec27921834fac9..fd631a9c77a741cd76e2c6c5d64980ef9a91f224 100644 --- a/BudgetMasterServer/src/main/resources/static/css/transactions.css +++ b/BudgetMasterServer/src/main/resources/static/css/transactions.css @@ -40,13 +40,16 @@ .transaction-row-top { padding: 14px 0.5rem 0 0.5rem; - min-height: 3.4rem; } .transaction-row-bottom { padding-bottom: 14px; } +.transaction-row-desktop { + min-height: 3.4rem; +} + .transaction-row-transparent { opacity: 0.5; } diff --git a/BudgetMasterServer/src/main/resources/templates/transactions/transactions.ftl b/BudgetMasterServer/src/main/resources/templates/transactions/transactions.ftl index e9e671faee21d01aeee297cd64ccfb76285fe39f..e6ce8d4dba9794556fd3426f96ba94ae07654c45 100644 --- a/BudgetMasterServer/src/main/resources/templates/transactions/transactions.ftl +++ b/BudgetMasterServer/src/main/resources/templates/transactions/transactions.ftl @@ -77,7 +77,7 @@ </div> <div class="hide-on-med-and-down transaction-row-top card transaction-card transaction-row-bottom background-light <#if transaction.isFuture()>transaction-row-transparent</#if> <#if shouldHighlight>background-blue-light transaction-row-transparent-override" id="highlighted-large"<#else>"</#if>> - <div class="row valign-wrapper no-margin-bottom"> + <div class="row valign-wrapper no-margin-bottom transaction-row-desktop"> <@transactionsMacros.transactionCategory transaction "left-align"/> <@transactionsMacros.transactionAccountIcon transaction/> <@transactionsMacros.transactionType transaction "l1 xl1"/>