Adding location pin, location input
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import "../apps/Jobs/Jobs.js"
|
||||
import "../apps/Messages.js"
|
||||
import "../apps/Messages/Messages.js"
|
||||
import "../apps/Market/Market.js"
|
||||
|
||||
class AppWindow extends Shadow {
|
||||
|
||||
@@ -21,7 +21,7 @@ class Home extends Shadow {
|
||||
.width(100, vw)
|
||||
.height(100, vh)
|
||||
.margin("0px")
|
||||
.backgroundImage("url('/_/images/the_return.webp')")
|
||||
.backgroundImage("/_/images/the_return.webp")
|
||||
.backgroundSize("cover")
|
||||
.backgroundPosition("48% 65%")
|
||||
.backgroundRepeat("no-repeat")
|
||||
|
||||
Reference in New Issue
Block a user