Erweiterungen
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>de.assecutor.emulatorstation</groupId>
|
<groupId>de.assecutor.emulatorstation</groupId>
|
||||||
<artifactId>emulatorstation</artifactId>
|
<artifactId>emulatorstation</artifactId>
|
||||||
<version>0.9.7</version>
|
<version>0.9.9</version>
|
||||||
|
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -61,7 +61,7 @@ public final class MainView extends Main implements BeforeEnterObserver
|
|||||||
.set("flex-direction", "column")
|
.set("flex-direction", "column")
|
||||||
.set("align-items", "center")
|
.set("align-items", "center")
|
||||||
.set("justify-content", "center")
|
.set("justify-content", "center")
|
||||||
.set("padding", "5%")
|
.set("padding", "2.5%")
|
||||||
.set("box-sizing", "border-box")
|
.set("box-sizing", "border-box")
|
||||||
.set("overflow", "hidden");
|
.set("overflow", "hidden");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user