Update design

This commit is contained in:
Trollfury21
2025-08-03 22:19:43 +02:00
parent d891df5643
commit 4274023d48
13 changed files with 24 additions and 25 deletions

View File

@@ -3072,6 +3072,19 @@ input:checked + .toggleSwitchSlider:before {
height: 20px;
}
.githubSVG {
fill: #ffffff;
transition: 0.25s ease;
cursor: pointer;
height: 12px;
width: 12px;
}
.githubSVG:hover {
height: 20px;
width: 20px;
}
/* Social media URL shared styles. */
.mediaURL {
outline: none;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@@ -1453,7 +1453,7 @@ function populateAboutVersionInformation(){
*/
function populateReleaseNotes(){
$.ajax({
url: 'https://github.com/dscalzi/HeliosLauncher/releases.atom',
url: 'https://git.chenco.dev/TrollFury/chencoLauncher/releases.atom',
success: (data) => {
const version = 'v' + remote.app.getVersion()
const entries = $(data).find('entry')