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"]
|
.herobox[data-checkpet="hasPet"][data-checkuser="isUser"]
|
||||||
padding-top: 3.25em
|
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
|
// expose hero info on hover, taking
|
||||||
// into account the extra pet space
|
// into account the extra pet space
|
||||||
.herobox:hover, .herobox:focus
|
.herobox:hover, .herobox:focus
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@
|
||||||
overflow: visible
|
overflow: visible
|
||||||
|
|
||||||
.flyout .tile {
|
.flyout .tile {
|
||||||
width: 5em;
|
min-width: 5em;
|
||||||
}
|
}
|
||||||
.stacked .tile {
|
.stacked .tile {
|
||||||
outline: 0
|
outline: 0
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@
|
||||||
background-color: $bad
|
background-color: $bad
|
||||||
|
|
||||||
.item-img
|
.item-img
|
||||||
|
float: left
|
||||||
display: inline-block
|
display: inline-block
|
||||||
vertical-align: top
|
vertical-align: top
|
||||||
// background-color: $bad
|
// background-color: $bad
|
||||||
|
|
|
||||||
|
|
@ -251,6 +251,8 @@ for $stage in $stages
|
||||||
.task:hover .task-meta-controls
|
.task:hover .task-meta-controls
|
||||||
opacity: 1
|
opacity: 1
|
||||||
|
|
||||||
|
.popover
|
||||||
|
line-height: 1.5
|
||||||
|
|
||||||
// task editing
|
// task editing
|
||||||
// ------------
|
// ------------
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue