[MIRROR] Fixes problems that were in the original PR (#1419)
* Fixes problems that were in the original PR * rej cleanup * Wow CSS is even worse than byond
This commit is contained in:
committed by
Poojawa
parent
32f904356d
commit
237691f6fd
@@ -214,7 +214,7 @@
|
||||
/obj/machinery/mineral/ore_redemption/ui_interact(mob/user, ui_key = "main", datum/tgui/ui = null, force_open = 0, datum/tgui/master_ui = null, datum/ui_state/state = GLOB.default_state)
|
||||
ui = SStgui.try_update_ui(user, src, ui_key, ui, force_open)
|
||||
if(!ui)
|
||||
ui = new(user, src, ui_key, "ore_redemption_machine", "Ore Redemption Machine", 440, 650, master_ui, state)
|
||||
ui = new(user, src, ui_key, "ore_redemption_machine", "Ore Redemption Machine", 440, 550, master_ui, state)
|
||||
ui.open()
|
||||
|
||||
/obj/machinery/mineral/ore_redemption/ui_data(mob/user)
|
||||
|
||||
File diff suppressed because one or more lines are too long
+7
-6
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@ input
|
||||
border: 1px solid input-color-border
|
||||
|
||||
&.number
|
||||
width: 40px
|
||||
width: 35px
|
||||
&::placeholder
|
||||
color: input-color-placeholder
|
||||
&::-ms-clear
|
||||
|
||||
@@ -36,7 +36,7 @@ section
|
||||
@extend $cell
|
||||
&:not(:first-child)
|
||||
text-align: center
|
||||
padding-top 0px
|
||||
padding-top: 0px
|
||||
span.button
|
||||
width: 75px
|
||||
&:not(:last-child)
|
||||
|
||||
Reference in New Issue
Block a user