mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Miscing groups (#9004)
* Fixed party invite accepting * Fixed message sending and scrolling * Fixed profile clicking * Hids needs work * Added group plan page images * Added category to editing groups * Added quest box fix * Added tier styles * Changed port back to 8080 * Fixed npc style
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
.col-md-4.sidebar
|
||||
.section
|
||||
.grassy-meadow-backdrop
|
||||
.daniel_front
|
||||
.daniel_front
|
||||
|
||||
.sleep.below-header-sections
|
||||
strong(v-once) {{ $t('sleepDescription') }}
|
||||
@@ -228,10 +228,9 @@
|
||||
|
||||
.daniel_front {
|
||||
background-image: url('~assets/images/tavern_backdrop_web_daniel_and_props.png');
|
||||
width: 100%;
|
||||
height: 246px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 471px;
|
||||
background-repeat: no-repeat;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@@ -310,11 +309,11 @@
|
||||
color: #167e87;
|
||||
}
|
||||
|
||||
.moderator {
|
||||
.tier8, .moderator {
|
||||
color: #277eab;
|
||||
}
|
||||
|
||||
.staff {
|
||||
.tier9, .staff {
|
||||
color: #6133b4;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user