mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 00:02:39 +02: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({
|
||||
icon: appIcon,
|
||||
width: 1600 * zoomFactor,
|
||||
height: 737 * zoomFactor,
|
||||
height: 650 * zoomFactor,
|
||||
center: true,
|
||||
frame: true,
|
||||
useContentSize: true,
|
||||
|
|
|
@ -122,7 +122,6 @@ h2 {
|
|||
|
||||
#main-content {
|
||||
height: 350px;
|
||||
border-bottom: 2px solid #F5F6F6;
|
||||
}
|
||||
|
||||
.footer {
|
||||
|
|
Loading…
Reference in a new issue