mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
remove bottom section from server-console splash
This commit is contained in:
parent
7c0c48458e
commit
c2c7ae89db
2 changed files with 1 additions and 2 deletions
|
@ -583,7 +583,7 @@ function maybeShowSplash() {
|
||||||
var window = new BrowserWindow({
|
var window = new BrowserWindow({
|
||||||
icon: appIcon,
|
icon: appIcon,
|
||||||
width: 1600 * zoomFactor,
|
width: 1600 * zoomFactor,
|
||||||
height: 737 * zoomFactor,
|
height: 650 * zoomFactor,
|
||||||
center: true,
|
center: true,
|
||||||
frame: true,
|
frame: true,
|
||||||
useContentSize: true,
|
useContentSize: true,
|
||||||
|
|
|
@ -122,7 +122,6 @@ h2 {
|
||||||
|
|
||||||
#main-content {
|
#main-content {
|
||||||
height: 350px;
|
height: 350px;
|
||||||
border-bottom: 2px solid #F5F6F6;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
|
|
Loading…
Reference in a new issue