mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Match tavern sidebar UI to party and guild page changes (#10400)
* Match tavern sidebar UI to party and guild page changes * Remove extra space at the top of guild's sidebar
This commit is contained in:
committed by
Matteo Pagliazzi
parent
65bfd74c93
commit
44f196080c
@@ -39,7 +39,7 @@
|
|||||||
| {{$t('groupNoNotifications')}}
|
| {{$t('groupNoNotifications')}}
|
||||||
.col-12.col-sm-4.sidebar
|
.col-12.col-sm-4.sidebar
|
||||||
.row(:class='{"guild-background": !isParty}')
|
.row(:class='{"guild-background": !isParty}')
|
||||||
.col-12
|
.col-12.buttons-wrapper
|
||||||
.button-container
|
.button-container
|
||||||
button.btn.btn-success(class='btn-success', v-if='isLeader && !group.purchased.active', @click='upgradeGroup()')
|
button.btn.btn-success(class='btn-success', v-if='isLeader && !group.purchased.active', @click='upgradeGroup()')
|
||||||
| {{ $t('upgrade') }}
|
| {{ $t('upgrade') }}
|
||||||
@@ -127,6 +127,10 @@
|
|||||||
.sidebar {
|
.sidebar {
|
||||||
background-color: $gray-600;
|
background-color: $gray-600;
|
||||||
padding-bottom: 2em;
|
padding-bottom: 2em;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.buttons-wrapper {
|
||||||
padding-top: 2.8em;
|
padding-top: 2.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user