Skip to content

Commit

Permalink
Merge Margins management & cleanup Meeds-io/MIPs#103 (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraBoutej authored Nov 22, 2023
2 parents ca022c4 + 41b1059 commit c734de6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion wallet-webapps/src/main/webapp/skin/less/wallet.less
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
}
}
.application-toolbar {
margin-bottom: 12px;
max-width: 100% !important;

.tabs-content {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
flat>
<main>
<v-layout column>
<v-app class="mb-4 application-toolbar">
<v-app class="application-toolbar">
<v-tabs
v-model="selectedTab"
slider-size="4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<main v-if="isWalletEnabled" id="walletEnabledContent">
<v-layout>
<v-flex>
<v-app class="mb-4 application-toolbar">
<v-app class="application-toolbar">
<v-tabs
v-model="tab"
slider-size="4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
@back="closeDetail" />
<v-card
v-else-if="displayed"
:class="walletSettingsClass"
class="card-border-radius"
flat>
<v-list>
Expand Down Expand Up @@ -45,9 +44,6 @@ export default {
isSpace() {
return eXo.env.portal.spaceId !== '' || (this.wallet && this.wallet.spaceId && this.wallet.spaceId !== 0);
},
walletSettingsClass() {
return eXo.env.portal.spaceName ? '': 'my-3' ;
},
metamaskFeatureEnabled() {
return this.walletSettings && this.walletSettings.metamaskEnabled;
}
Expand Down

0 comments on commit c734de6

Please sign in to comment.