diff --git a/main.js b/main.js index 665620b76..326c30e06 100644 --- a/main.js +++ b/main.js @@ -1452,8 +1452,8 @@ function createWindow() { center: true, resizable: false, backgroundColor: '#232323', - width: 460, - height: 650, + width: 600, + height: 580, autoHideMenuBar: false, skipTaskbar: false, webPreferences: { diff --git a/src/pages/changelog/changelog.css b/src/pages/changelog/changelog.css index a51ed2363..c5eae2082 100644 --- a/src/pages/changelog/changelog.css +++ b/src/pages/changelog/changelog.css @@ -3,30 +3,30 @@ body { background-color: #1D1D1D; color: #fff; - /* padding: 5px; */ - padding: 0; + padding: 5px; - width: 100%; - height: 100%; - - font-family: sans-serif; + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: .95em; -} -#content { - overflow: auto; - width: 99%; - height: 100%; - padding: 4px; - scroll-behavior: smooth; + line-height: 1.3em; } #version { width: 100%; + margin: -15px 0 -15px 0; text-align: center; font-size: 1.5em; } +#content { + overflow: auto; + width: 100%; + padding: 2px; + height: 100%; + + scroll-behavior: smooth; +} + ::-webkit-scrollbar { width: 6px; } diff --git a/src/pages/changelog/changelog.html b/src/pages/changelog/changelog.html index 25eee2635..2bb74454c 100644 --- a/src/pages/changelog/changelog.html +++ b/src/pages/changelog/changelog.html @@ -12,8 +12,8 @@ +
-