mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
client: fix rewards top margin
This commit is contained in:
@@ -46,11 +46,14 @@
|
||||
height: 556px;
|
||||
}
|
||||
|
||||
.task + .reward-items {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.reward-items {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.tasks-list {
|
||||
|
||||
Reference in New Issue
Block a user