mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
Fixed styling bug on stats profile page. (#11187)
* Fixed styling bug on stats profile page. * 24 px popover-content-titleonly
This commit is contained in:
committed by
Matteo Pagliazzi
parent
684a615a07
commit
6724413ce9
@@ -12,6 +12,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.popover-title-only {
|
||||||
|
color: $white;
|
||||||
|
margin-bottom: 24px;
|
||||||
|
}
|
||||||
.popover-body {
|
.popover-body {
|
||||||
padding: 12px 16px;
|
padding: 12px 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
@@ -152,11 +152,6 @@
|
|||||||
background: #f9f9f9;
|
background: #f9f9f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gearTitle {
|
|
||||||
color: white;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.progress-container > .progress {
|
.progress-container > .progress {
|
||||||
background-color: $gray-500 !important;
|
background-color: $gray-500 !important;
|
||||||
height: 16px !important;
|
height: 16px !important;
|
||||||
@@ -329,11 +324,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.gearTitle {
|
|
||||||
color: white;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.profile-section {
|
.profile-section {
|
||||||
h2 {
|
h2 {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
:placement="'bottom'",
|
:placement="'bottom'",
|
||||||
:preventOverflow="false",
|
:preventOverflow="false",
|
||||||
)
|
)
|
||||||
h4.gearTitle {{ getGearTitle(equippedItems[key]) }}
|
h4.popover-title-only {{ getGearTitle(equippedItems[key]) }}
|
||||||
attributesGrid.attributesGrid(
|
attributesGrid.attributesGrid(
|
||||||
:item="content.gear.flat[equippedItems[key]]",
|
:item="content.gear.flat[equippedItems[key]]",
|
||||||
:user="user"
|
:user="user"
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
:placement="'bottom'",
|
:placement="'bottom'",
|
||||||
:preventOverflow="false",
|
:preventOverflow="false",
|
||||||
)
|
)
|
||||||
h4.gearTitle {{ getGearTitle(costumeItems[key]) }}
|
h4.popover-title-only {{ getGearTitle(costumeItems[key]) }}
|
||||||
attributesGrid.attributesGrid(
|
attributesGrid.attributesGrid(
|
||||||
:item="content.gear.flat[costumeItems[key]]",
|
:item="content.gear.flat[costumeItems[key]]",
|
||||||
:user="user"
|
:user="user"
|
||||||
|
|||||||
Reference in New Issue
Block a user