Add splash/tray image customisation & change default splash (#1179)

This commit is contained in:
V
2025-10-05 20:14:13 +02:00
committed by GitHub
parent e79635f15e
commit a55b1f0250
19 changed files with 400 additions and 114 deletions

View File

@@ -0,0 +1,25 @@
.vcd-user-assets {
display: flex;
margin-block: 1em 2em;
flex-direction: column;
gap: 1em;
}
.vcd-user-assets-asset {
display: flex;
margin-top: 0.5em;
align-items: center;
gap: 1em;
}
.vcd-user-assets-actions {
display: flex;
flex-direction: column;
gap: 0.5em;
}
.vcd-user-assets-image {
height: 7.5em;
width: 7.5em;
object-fit: contain;
}