mirror of
https://github.com/hulthe/inkopslista.git
synced 2026-08-03 23:11:28 +02:00
Set background color in index.html to match Slint
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
init();
|
||||
</script>
|
||||
<style>
|
||||
body {
|
||||
/* same background color as the Slint app */
|
||||
background: #1b1b1b;
|
||||
}
|
||||
#canvas {
|
||||
/* Force Slint to occupy the entire viewport */
|
||||
width: 100vw !important;
|
||||
|
||||
Reference in New Issue
Block a user