fire tweaks
This commit is contained in:
parent
ef220d3ba7
commit
c905360ecc
|
@ -17,7 +17,10 @@ td.hex {
|
|||
}
|
||||
|
||||
.ablaze {
|
||||
background: url(fire.gif) bottom repeat-x;
|
||||
background-image: url(fire.gif);
|
||||
background-position-y: bottom;
|
||||
background-repeat-x: repeat;
|
||||
background-repeat-y: no-repeat;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
|
@ -29,4 +32,4 @@ td.hex {
|
|||
max-height: calc(100% - 4em);
|
||||
overflow-y: scroll;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue