mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
put background-position-x and -y together for compatibility
resize a bit to align with container Signed-off-by:Guillaume Martigny <guillaume.martigny@gmail.com>
This commit is contained in:
parent
20ecfd431b
commit
4985dfacf3
@ -25,9 +25,9 @@
|
|||||||
|
|
||||||
background-image: linear-gradient(45deg, #1D1D1D 20%, transparent 25%, transparent 75%, #1D1D1D 80%, #1D1D1D),
|
background-image: linear-gradient(45deg, #1D1D1D 20%, transparent 25%, transparent 75%, #1D1D1D 80%, #1D1D1D),
|
||||||
linear-gradient(-45deg, #1D1D1D 20%, transparent 25%, transparent 75%, #1D1D1D 80%, #1D1D1D);
|
linear-gradient(-45deg, #1D1D1D 20%, transparent 25%, transparent 75%, #1D1D1D 80%, #1D1D1D);
|
||||||
background-size: 29px 45px;
|
background-size: 30px 40px;
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
background-position-x: 3px;
|
background-position: 3px 0;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -37,8 +37,7 @@
|
|||||||
|
|
||||||
.bottom-overflow {
|
.bottom-overflow {
|
||||||
bottom: -20px;
|
bottom: -20px;
|
||||||
background-position-x: 0;
|
background-position: 3px -20px;
|
||||||
background-position-y: -23px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-overflow-visible .top-overflow {
|
.top-overflow-visible .top-overflow {
|
||||||
|
Loading…
Reference in New Issue
Block a user