add sidebar to initial html to reduce layout shifts

This commit is contained in:
hippoz 2022-09-20 18:18:51 +03:00
parent 9f5d51962c
commit 3bde9249c7
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -20,14 +20,6 @@
</head> </head>
<body> <body>
<div class="fullscreen-message" id="pre--loading-screen"> <div class="sidebar-container" id="pre--loading-screen"><noscript><span>please enable javascript to use this app</span></noscript></div>
<div>
loading...
<noscript>
<br>
<span>please enable javascript to use this app</span>
</noscript>
</div>
</div>
</body> </body>
</html> </html>