search.riot refactor WIP

This commit is contained in:
2023-03-29 16:50:48 +02:00
parent 0e286e3008
commit ea62bb9d3f
8 changed files with 144 additions and 169 deletions

View File

@@ -1,6 +1,7 @@
body, html {
width: 100%;
height: 100%;
width: 100vw;
height: 100vh;
min-height: 100vh;
top: 0px;
left: 0px;
background-color: #EFEFEF;