Add splash/tray image customisation & change default splash (#1179)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB |
BIN
static/splash.webp
Normal file
BIN
static/splash.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 117 KiB |
BIN
static/tray.png
Normal file
BIN
static/tray.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
@@ -36,19 +36,14 @@
|
||||
img {
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
image-rendering: pixelated;
|
||||
object-fit: contain;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<img
|
||||
draggable="false"
|
||||
src="../shiggy.gif"
|
||||
alt="shiggy"
|
||||
role="presentation"
|
||||
/>
|
||||
<img draggable="false" src="vesktop://assets/splash" alt="" role="presentation" />
|
||||
<p>Loading Vesktop...</p>
|
||||
<p class="message"></p>
|
||||
</div>
|
||||
@@ -61,4 +56,4 @@
|
||||
messageElement.textContent = message;
|
||||
})
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
Reference in New Issue
Block a user