Justified navbar for the greeting window (#5891)

* Justify that nav bar

* Fits everything now.

* log
This commit is contained in:
Erki
2019-01-03 20:15:44 +02:00
committed by Werner
parent f29506a45a
commit 0d634bd189
3 changed files with 7 additions and 2 deletions

View File

@@ -179,7 +179,7 @@
var/datum/asset/welcome = get_asset_datum(/datum/asset/simple/misc)
welcome.send(user)
user << browse('html/templates/welcome_screen.html', "window=greeting;size=740x500")
user << browse('html/templates/welcome_screen.html', "window=greeting;size=800x500")
/*
* A proc used to close the server greeting window for a user.