mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
Navigation Bar Visual Improvements (#15278)
* update privacy policy * Fix serving memoized content * add missing info to mystery item strings * add missing string info to July mystery items * fix food * melior updates - loading screen & menu bar * updates to currency tray spacing * table styling * one last table style * add margin adjustment * fix spacing * clean up spacing styles * remove table rounded corners * correct faq tyops * spacing updates * fix web challenge instructions * beach umbrella you are not shady except when you are * fix mobile margin weirdness * update wording on answers * mobile spacing * add chart showing details of item 1.4 * revert unrelated changes * melior centering and icon spacing * remove unnecessary files * rejiggering spacing * remove errant comma * remove unnecessary files * remove duplicated class * remove duplicated class * ...and more spacing * notification bubble * notification icon & currency alignment * fix(CSS): clean up some unnecessary classes --------- Co-authored-by: Phillip Thelen <phillip@habitica.com> Co-authored-by: Sabe Jones <sabe@habitica.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
:top="true"
|
||||
/>
|
||||
<div
|
||||
class="top-menu-icon svg-icon user"
|
||||
class="top-menu-icon svg-icon mr-2"
|
||||
v-html="icons.user"
|
||||
></div>
|
||||
</div>
|
||||
@@ -105,6 +105,11 @@
|
||||
|
||||
<style lang='scss' scoped>
|
||||
@import '~@/assets/scss/colors.scss';
|
||||
@media only screen and (max-width: 992px) {
|
||||
.item-with-icon.item-user {
|
||||
margin-right: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.user-dropdown {
|
||||
width: 14.75em;
|
||||
|
||||
Reference in New Issue
Block a user