mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Paglias/client fixes (#8990)
* correct buttons for reset modal * correct buttons for delete account modal * fix first party member not showing up
This commit is contained in:
@@ -44,13 +44,12 @@ div
|
||||
padding-left: 16px;
|
||||
padding-right: 24px;
|
||||
opacity: 1;
|
||||
transition: opacity 0.15s ease-out;
|
||||
transition: width 0.15s ease-out;
|
||||
}
|
||||
|
||||
.member-details.condensed:not(.expanded) .member-stats {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
display: none;
|
||||
}
|
||||
|
||||
// Condensed version
|
||||
|
||||
Reference in New Issue
Block a user