mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 20:12:19 +00:00
commit
4770af02a9
4 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@
|
|||
overflow: visible
|
||||
|
||||
.flyout .tile {
|
||||
width: 5em;
|
||||
min-width: 5em;
|
||||
}
|
||||
.stacked .tile {
|
||||
outline: 0
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
background-color: $bad
|
||||
|
||||
.item-img
|
||||
float: left
|
||||
display: inline-block
|
||||
vertical-align: top
|
||||
// background-color: $bad
|
||||
|
|
|
|||
|
|
@ -251,6 +251,8 @@ for $stage in $stages
|
|||
.task:hover .task-meta-controls
|
||||
opacity: 1
|
||||
|
||||
.popover
|
||||
line-height: 1.5
|
||||
|
||||
// task editing
|
||||
// ------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue