diff --git a/src/main/resources/static/css/accounts.css b/src/main/resources/static/css/accounts.css index 54fb15aa9bb810b969bb5fcb4fce8ca70857f627..4b04405b3423c8603c008285aa711b16bab47563 100644 --- a/src/main/resources/static/css/accounts.css +++ b/src/main/resources/static/css/accounts.css @@ -3,6 +3,16 @@ width: 34px; } +.account-icon-big { + height: 4rem !important; + width: 4rem !important; +} + +.account-icon-big .account-select-icon { + height: 4rem !important; + width: 4rem !important; +} + .account-square-border { border: 3px solid var(--color-blue); line-height: 28px !important; diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index 3248950b1334218d3446af7ba218e717e0ff451a..d0e2a4962cfe71361a381811a964760785233455 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -328,11 +328,6 @@ input[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + spa cursor: pointer; } -#globalAccountSelect .account-select-icon { - height: 3.5rem; - width: 3.5rem; -} - .global-account-select-right { display: flex; flex-direction: column; diff --git a/src/main/resources/templates/helpers/navbar.ftl b/src/main/resources/templates/helpers/navbar.ftl index 0e12863d6a0ab87c2c002789c5c50a608f5e521e..50b4d02c1db5a316efca730e0283b0d165c8dcf6 100644 --- a/src/main/resources/templates/helpers/navbar.ftl +++ b/src/main/resources/templates/helpers/navbar.ftl @@ -98,7 +98,7 @@ <#assign accountName=selectedAccount.getName()/> </#if> - <@customSelectMacros.accountIcon selectedAccount accountName "category-circle-preview"/> + <@customSelectMacros.accountIcon selectedAccount accountName "category-circle-preview account-icon-big"/> <div class="global-account-select-right"> <div>${accountName}</div>