diff --git a/styles/app/avatar.styl b/styles/app/avatar.styl index e5d2475352..91e4260aab 100644 --- a/styles/app/avatar.styl +++ b/styles/app/avatar.styl @@ -57,6 +57,10 @@ future re: pets and whatnot, this is just temporary. .herobox[data-checkpet="hasPet"][data-checkuser="isUser"] padding-top: 3.25em +// if not user's avatar, remove lines for party unity +.herobox:not([data-checkuser="isUser"]) + outline: 0 + // expose hero info on hover, taking // into account the extra pet space .herobox:hover, .herobox:focus diff --git a/styles/app/header.styl b/styles/app/header.styl index 335769823e..18a3f13cc2 100644 --- a/styles/app/header.styl +++ b/styles/app/header.styl @@ -59,7 +59,7 @@ overflow: visible .flyout .tile { - width: 5em; + min-width: 5em; } .stacked .tile { outline: 0 diff --git a/styles/app/items.styl b/styles/app/items.styl index b90d2ea53a..dc8700d359 100644 --- a/styles/app/items.styl +++ b/styles/app/items.styl @@ -42,6 +42,7 @@ background-color: $bad .item-img + float: left display: inline-block vertical-align: top // background-color: $bad diff --git a/styles/app/tasks.styl b/styles/app/tasks.styl index d28e4f7f95..cd15eea245 100644 --- a/styles/app/tasks.styl +++ b/styles/app/tasks.styl @@ -251,6 +251,8 @@ for $stage in $stages .task:hover .task-meta-controls opacity: 1 +.popover + line-height: 1.5 // task editing // ------------